Html Css Color HEX #B82112 Fire Brick

📋 copy color: '#B82112'

red 184 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #B82112

Tints of Fire Brick #B82112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 78.3%
G = 14.04%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82112 (or 0xB82112) is known color: Fire Brick. HEX triplet: B8, 21 and 12. RGB value is (184,33,18). Sum of RGB (Red+Green+Blue) = 184+33+18=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82112 is #47DEED. Grayscale: #4C4C4C. Windows color (decimal): -4710126 or 1188280. OLE color: 1188280.

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

Color convert

RGB 184 33 18 -
CMYK 0 0.82 0.90 0.28
HSL 5.42º 0.82% 0.4% -
HSV(B) 5.42º 0.9% 0.72% -
XYZ 20.42 11.32 1.68 -
YUV 76.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 184 33 18 0 0.82 0.90 0.28 5.42 0.82 0.4
Hex B8 21 12 0 52 5A 1C 5 52 28
Octal 270 41 22 0 122 132 34 5 122 50
Binary 10111000 100001 10010 0 1010010 1011010 11100 101 1010010 101000

Color Harmonies of #B82112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82112

Black with #B82112

Text Example


Text Example

White with #B82112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82112; }

 p { color: rgb(184,33,18); }

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

background-color css

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

 a { background-color: rgb(184,33,18); }

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

border-color css

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

 span { border-color: rgb(184,33,18); }

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