Html Css Color HEX #B52917 Fire Brick

📋 copy color: '#B52917'

red 181 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #B52917

Tints of Fire Brick #B52917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 73.88%
G = 16.73%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B52917 (or 0xB52917) is known color: Fire Brick. HEX triplet: B5, 29 and 17. RGB value is (181,41,23). Sum of RGB (Red+Green+Blue) = 181+41+23=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52917 is #4AD6E8. Grayscale: #515151. Windows color (decimal): -4904681 or 1518005. OLE color: 1518005.

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

Color convert

RGB 181 41 23 -
CMYK 0 0.77 0.87 0.29
HSL 6.84º 0.77% 0.4% -
HSV(B) 6.84º 0.87% 0.71% -
XYZ 20 11.47 1.97 -
YUV 80.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 181 41 23 0 0.77 0.87 0.29 6.84 0.77 0.4
Hex B5 29 17 0 4D 57 1D 7 4D 28
Octal 265 51 27 0 115 127 35 7 115 50
Binary 10110101 101001 10111 0 1001101 1010111 11101 111 1001101 101000

Color Harmonies of #B52917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52917

Black with #B52917

Text Example


Text Example

White with #B52917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52917; }

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

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

background-color css

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

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

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

border-color css

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

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

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