Html Css Color HEX #B32012 Fire Brick

📋 copy color: '#B32012'

red 179 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #B32012

Tints of Fire Brick #B32012

RGB

 RED value IS 179 (70.31% from 255) = 78.17%

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

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

R = 78.17%
G = 13.97%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32012 (or 0xB32012) is known color: Fire Brick. HEX triplet: B3, 20 and 12. RGB value is (179,32,18). Sum of RGB (Red+Green+Blue) = 179+32+18=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32012 is #4CDFED. Grayscale: #4A4A4A. Windows color (decimal): -5038062 or 1188019. OLE color: 1188019.

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

Color convert

RGB 179 32 18 -
CMYK 0 0.82 0.90 0.30
HSL 5.22º 0.82% 0.39% -
HSV(B) 5.22º 0.9% 0.7% -
XYZ 19.22 10.66 1.62 -
YUV 74.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 179 32 18 0 0.82 0.90 0.30 5.22 0.82 0.39
Hex B3 20 12 0 52 5A 1E 5 52 27
Octal 263 40 22 0 122 132 36 5 122 47
Binary 10110011 100000 10010 0 1010010 1011010 11110 101 1010010 100111

Color Harmonies of #B32012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32012

Black with #B32012

Text Example


Text Example

White with #B32012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32012; }

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

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

background-color css

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

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

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

border-color css

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

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

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