Html Css Color HEX #B52718 Fire Brick

📋 copy color: '#B52718'

red 181 ◦ green 39 ◦ blue 24

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

Shades of Fire Brick #B52718

Tints of Fire Brick #B52718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 74.18%
G = 15.98%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B52718 (or 0xB52718) is known color: Fire Brick. HEX triplet: B5, 27 and 18. RGB value is (181,39,24). Sum of RGB (Red+Green+Blue) = 181+39+24=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B52718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52718 is #4AD8E7. Grayscale: #4F4F4F. Windows color (decimal): -4905192 or 1583029. OLE color: 1583029.

HSL color Cylindrical-coordinate representation of color #B52718: hue angle of 5.73º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B52718 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 24 -
CMYK 0 0.78 0.87 0.29
HSL 5.73º 0.77% 0.4% -
HSV(B) 5.73º 0.87% 0.71% -
XYZ 19.95 11.34 2 -
YUV 79.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 181 39 24 0 0.78 0.87 0.29 5.73 0.77 0.4
Hex B5 27 18 0 4E 57 1D 6 4D 28
Octal 265 47 30 0 116 127 35 6 115 50
Binary 10110101 100111 11000 0 1001110 1010111 11101 110 1001101 101000

Color Harmonies of #B52718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52718

Black with #B52718

Text Example


Text Example

White with #B52718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52718; }

 p { color: rgb(181,39,24); }

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

background-color css

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

 a { background-color: rgb(181,39,24); }

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

border-color css

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

 span { border-color: rgb(181,39,24); }

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