Html Css Color HEX #B82918 Fire Brick

📋 copy color: '#B82918'

red 184 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #B82918

Tints of Fire Brick #B82918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 73.9%
G = 16.47%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B82918 (or 0xB82918) is known color: Fire Brick. HEX triplet: B8, 29 and 18. RGB value is (184,41,24). Sum of RGB (Red+Green+Blue) = 184+41+24=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82918 is #47D6E7. Grayscale: #525252. Windows color (decimal): -4708072 or 1583544. OLE color: 1583544.

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

Color convert

RGB 184 41 24 -
CMYK 0 0.78 0.87 0.28
HSL 6.38º 0.77% 0.41% -
HSV(B) 6.38º 0.87% 0.72% -
XYZ 20.72 11.84 2.06 -
YUV 81.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 184 41 24 0 0.78 0.87 0.28 6.38 0.77 0.41
Hex B8 29 18 0 4E 57 1C 6 4D 29
Octal 270 51 30 0 116 127 34 6 115 51
Binary 10111000 101001 11000 0 1001110 1010111 11100 110 1001101 101001

Color Harmonies of #B82918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82918

Black with #B82918

Text Example


Text Example

White with #B82918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82918; }

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

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

background-color css

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

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

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

border-color css

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

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

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