Html Css Color HEX #B62012 Fire Brick

📋 copy color: '#B62012'

red 182 ◦ green 32 ◦ blue 18

#B62012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B62012

Tints of Fire Brick #B62012

RGB

 RED value IS 182 (71.48% from 255) = 78.45%

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 78.45%
G = 13.79%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B62012 (or 0xB62012) is known color: Fire Brick. HEX triplet: B6, 20 and 12. RGB value is (182,32,18). Sum of RGB (Red+Green+Blue) = 182+32+18=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B62012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62012 is #49DFED. Grayscale: #4B4B4B. Windows color (decimal): -4841454 or 1188022. OLE color: 1188022.

HSL color Cylindrical-coordinate representation of color #B62012: hue angle of 5.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B62012 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 18 -
CMYK 0 0.82 0.90 0.29
HSL 5.12º 0.82% 0.39% -
HSV(B) 5.12º 0.9% 0.71% -
XYZ 19.92 11.02 1.65 -
YUV 75.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 182 32 18 0 0.82 0.90 0.29 5.12 0.82 0.39
Hex B6 20 12 0 52 5A 1D 5 52 27
Octal 266 40 22 0 122 132 35 5 122 47
Binary 10110110 100000 10010 0 1010010 1011010 11101 101 1010010 100111

Color Harmonies of #B62012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62012

Black with #B62012

Text Example


Text Example

White with #B62012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62012; }

 p { color: rgb(182,32,18); }

 H1.HeaderClassName
 {
   color: #B62012;
 }
 .AnyTagClassName
 {
   color: #B62012;
 }
</style>

background-color css

<style>
 a { background-color: #B62012; }

 a { background-color: rgb(182,32,18); }

 div.DivClassName
 {
   background-color: #B62012;
 }
 .BgClassName
 {
   background-color: #B62012;
 }
</style>

border-color css

<style>
 span { border-color: #B62012; }

 span { border-color: rgb(182,32,18); }

 td.TdClassName
 {
   border-color: #B62012;
 }
 .TagClassName
 {
   border-color: #B62012;
 }
</style>