Html Css Color HEX #B82016 Fire Brick

📋 copy color: '#B82016'

red 184 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B82016

Tints of Fire Brick #B82016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 77.31%
G = 13.45%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B82016 (or 0xB82016) is known color: Fire Brick. HEX triplet: B8, 20 and 16. RGB value is (184,32,22). Sum of RGB (Red+Green+Blue) = 184+32+22=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B82016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82016 is #47DFE9. Grayscale: #4C4C4C. Windows color (decimal): -4710378 or 1450168. OLE color: 1450168.

HSL color Cylindrical-coordinate representation of color #B82016: hue angle of 3.7º 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 #B82016 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 22 -
CMYK 0 0.83 0.88 0.28
HSL 3.7º 0.79% 0.4% -
HSV(B) 3.7º 0.88% 0.72% -
XYZ 20.43 11.28 1.86 -
YUV 76.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 184 32 22 0 0.83 0.88 0.28 3.7 0.79 0.4
Hex B8 20 16 0 53 58 1C 4 4F 28
Octal 270 40 26 0 123 130 34 4 117 50
Binary 10111000 100000 10110 0 1010011 1011000 11100 100 1001111 101000

Color Harmonies of #B82016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82016

Black with #B82016

Text Example


Text Example

White with #B82016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82016; }

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

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

background-color css

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

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

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

border-color css

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

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

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