Html Css Color HEX #B52417 Fire Brick

📋 copy color: '#B52417'

red 181 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #B52417

Tints of Fire Brick #B52417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 75.42%
G = 15%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B52417 (or 0xB52417) is known color: Fire Brick. HEX triplet: B5, 24 and 17. RGB value is (181,36,23). Sum of RGB (Red+Green+Blue) = 181+36+23=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B52417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52417 is #4ADBE8. Grayscale: #4E4E4E. Windows color (decimal): -4905961 or 1516725. OLE color: 1516725.

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

Color convert

RGB 181 36 23 -
CMYK 0 0.80 0.87 0.29
HSL 4.94º 0.77% 0.4% -
HSV(B) 4.94º 0.87% 0.71% -
XYZ 19.84 11.15 1.92 -
YUV 77.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 181 36 23 0 0.80 0.87 0.29 4.94 0.77 0.4
Hex B5 24 17 0 50 57 1D 5 4D 28
Octal 265 44 27 0 120 127 35 5 115 50
Binary 10110101 100100 10111 0 1010000 1010111 11101 101 1001101 101000

Color Harmonies of #B52417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52417

Black with #B52417

Text Example


Text Example

White with #B52417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52417; }

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

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

background-color css

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

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

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

border-color css

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

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

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