Html Css Color HEX #B82816 Fire Brick

📋 copy color: '#B82816'

red 184 ◦ green 40 ◦ blue 22

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

Shades of Fire Brick #B82816

Tints of Fire Brick #B82816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 74.8%
G = 16.26%
B = 8.94%

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

#B82816 (or 0xB82816) is known color: Fire Brick. HEX triplet: B8, 28 and 16. RGB value is (184,40,22). Sum of RGB (Red+Green+Blue) = 184+40+22=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B82816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82816 is #47D7E9. Grayscale: #515151. Windows color (decimal): -4708330 or 1452216. OLE color: 1452216.

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

Color convert

RGB 184 40 22 -
CMYK 0 0.78 0.88 0.28
HSL 6.67º 0.79% 0.4% -
HSV(B) 6.67º 0.88% 0.72% -
XYZ 20.67 11.77 1.94 -
YUV 81 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 184 40 22 0 0.78 0.88 0.28 6.67 0.79 0.4
Hex B8 28 16 0 4E 58 1C 7 4F 28
Octal 270 50 26 0 116 130 34 7 117 50
Binary 10111000 101000 10110 0 1001110 1011000 11100 111 1001111 101000

Color Harmonies of #B82816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82816

Black with #B82816

Text Example


Text Example

White with #B82816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82816; }

 p { color: rgb(184,40,22); }

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

background-color css

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

 a { background-color: rgb(184,40,22); }

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

border-color css

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

 span { border-color: rgb(184,40,22); }

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