Html Css Color HEX #B52817 Fire Brick

📋 copy color: '#B52817'

red 181 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #B52817

Tints of Fire Brick #B52817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

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

R = 74.18%
G = 16.39%
B = 9.43%

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

#B52817 (or 0xB52817) is known color: Fire Brick. HEX triplet: B5, 28 and 17. RGB value is (181,40,23). Sum of RGB (Red+Green+Blue) = 181+40+23=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B52817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52817 is #4AD7E8. Grayscale: #505050. Windows color (decimal): -4904937 or 1517749. OLE color: 1517749.

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

Color convert

RGB 181 40 23 -
CMYK 0 0.78 0.87 0.29
HSL 6.46º 0.77% 0.4% -
HSV(B) 6.46º 0.87% 0.71% -
XYZ 19.97 11.4 1.96 -
YUV 80.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 181 40 23 0 0.78 0.87 0.29 6.46 0.77 0.4
Hex B5 28 17 0 4E 57 1D 6 4D 28
Octal 265 50 27 0 116 127 35 6 115 50
Binary 10110101 101000 10111 0 1001110 1010111 11101 110 1001101 101000

Color Harmonies of #B52817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52817

Black with #B52817

Text Example


Text Example

White with #B52817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52817; }

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

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

background-color css

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

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

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

border-color css

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

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

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