Html Css Color HEX #B82917 Fire Brick

📋 copy color: '#B82917'

red 184 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #B82917

Tints of Fire Brick #B82917

RGB

 RED value IS 184 (72.27% from 255) = 74.19%

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

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

R = 74.19%
G = 16.53%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B82917 (or 0xB82917) is known color: Fire Brick. HEX triplet: B8, 29 and 17. RGB value is (184,41,23). Sum of RGB (Red+Green+Blue) = 184+41+23=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B82917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82917 is #47D6E8. Grayscale: #515151. Windows color (decimal): -4708073 or 1518008. OLE color: 1518008.

HSL color Cylindrical-coordinate representation of color #B82917: hue angle of 6.71º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B82917 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 23 -
CMYK 0 0.78 0.88 0.28
HSL 6.71º 0.78% 0.41% -
HSV(B) 6.71º 0.88% 0.72% -
XYZ 20.71 11.84 2 -
YUV 81.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 184 41 23 0 0.78 0.88 0.28 6.71 0.78 0.41
Hex B8 29 17 0 4E 58 1C 7 4E 29
Octal 270 51 27 0 116 130 34 7 116 51
Binary 10111000 101001 10111 0 1001110 1011000 11100 111 1001110 101001

Color Harmonies of #B82917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82917

Black with #B82917

Text Example


Text Example

White with #B82917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82917; }

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

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

background-color css

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

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

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

border-color css

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

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

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