Html Css Color HEX #B52412 Fire Brick

📋 copy color: '#B52412'

red 181 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #B52412

Tints of Fire Brick #B52412

RGB

 RED value IS 181 (71.09% from 255) = 77.02%

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 77.02%
G = 15.32%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B52412 (or 0xB52412) is known color: Fire Brick. HEX triplet: B5, 24 and 12. RGB value is (181,36,18). Sum of RGB (Red+Green+Blue) = 181+36+18=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B52412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52412 is #4ADBED. Grayscale: #4D4D4D. Windows color (decimal): -4905966 or 1189045. OLE color: 1189045.

HSL color Cylindrical-coordinate representation of color #B52412: hue angle of 6.63º 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 #B52412 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 18 -
CMYK 0 0.80 0.90 0.29
HSL 6.63º 0.82% 0.39% -
HSV(B) 6.63º 0.9% 0.71% -
XYZ 19.8 11.13 1.68 -
YUV 77.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 181 36 18 0 0.80 0.90 0.29 6.63 0.82 0.39
Hex B5 24 12 0 50 5A 1D 7 52 27
Octal 265 44 22 0 120 132 35 7 122 47
Binary 10110101 100100 10010 0 1010000 1011010 11101 111 1010010 100111

Color Harmonies of #B52412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52412

Black with #B52412

Text Example


Text Example

White with #B52412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52412; }

 p { color: rgb(181,36,18); }

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

background-color css

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

 a { background-color: rgb(181,36,18); }

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

border-color css

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

 span { border-color: rgb(181,36,18); }

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