Html Css Color HEX #B42917 Fire Brick

📋 copy color: '#B42917'

red 180 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #B42917

Tints of Fire Brick #B42917

RGB

 RED value IS 180 (70.7% from 255) = 73.77%

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

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

R = 73.77%
G = 16.8%
B = 9.43%

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

#B42917 (or 0xB42917) is known color: Fire Brick. HEX triplet: B4, 29 and 17. RGB value is (180,41,23). Sum of RGB (Red+Green+Blue) = 180+41+23=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B42917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42917 is #4BD6E8. Grayscale: #505050. Windows color (decimal): -4970217 or 1518004. OLE color: 1518004.

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

Color convert

RGB 180 41 23 -
CMYK 0 0.77 0.87 0.29
HSL 6.88º 0.77% 0.4% -
HSV(B) 6.88º 0.87% 0.71% -
XYZ 19.77 11.35 1.96 -
YUV 80.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 180 41 23 0 0.77 0.87 0.29 6.88 0.77 0.4
Hex B4 29 17 0 4D 57 1D 7 4D 28
Octal 264 51 27 0 115 127 35 7 115 50
Binary 10110100 101001 10111 0 1001101 1010111 11101 111 1001101 101000

Color Harmonies of #B42917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42917

Black with #B42917

Text Example


Text Example

White with #B42917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42917; }

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

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

background-color css

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

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

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

border-color css

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

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

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