Html Css Color HEX #B82012 Fire Brick

📋 copy color: '#B82012'

red 184 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #B82012

Tints of Fire Brick #B82012

RGB

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

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

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

R = 78.63%
G = 13.68%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82012 (or 0xB82012) is known color: Fire Brick. HEX triplet: B8, 20 and 12. RGB value is (184,32,18). Sum of RGB (Red+Green+Blue) = 184+32+18=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B82012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82012 is #47DFED. Grayscale: #4C4C4C. Windows color (decimal): -4710382 or 1188024. OLE color: 1188024.

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

Color convert

RGB 184 32 18 -
CMYK 0 0.83 0.90 0.28
HSL 5.06º 0.82% 0.4% -
HSV(B) 5.06º 0.9% 0.72% -
XYZ 20.39 11.27 1.67 -
YUV 75.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 184 32 18 0 0.83 0.90 0.28 5.06 0.82 0.4
Hex B8 20 12 0 53 5A 1C 5 52 28
Octal 270 40 22 0 123 132 34 5 122 50
Binary 10111000 100000 10010 0 1010011 1011010 11100 101 1010010 101000

Color Harmonies of #B82012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82012

Black with #B82012

Text Example


Text Example

White with #B82012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82012; }

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

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

background-color css

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

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

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

border-color css

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

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

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