Html Css Color HEX #B32112 Fire Brick

📋 copy color: '#B32112'

red 179 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #B32112

Tints of Fire Brick #B32112

RGB

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

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

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

R = 77.83%
G = 14.35%
B = 7.83%

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

#B32112 (or 0xB32112) is known color: Fire Brick. HEX triplet: B3, 21 and 12. RGB value is (179,33,18). Sum of RGB (Red+Green+Blue) = 179+33+18=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B32112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32112 is #4CDEED. Grayscale: #4B4B4B. Windows color (decimal): -5037806 or 1188275. OLE color: 1188275.

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

Color convert

RGB 179 33 18 -
CMYK 0 0.82 0.90 0.30
HSL 5.59º 0.82% 0.39% -
HSV(B) 5.59º 0.9% 0.7% -
XYZ 19.24 10.72 1.63 -
YUV 74.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 179 33 18 0 0.82 0.90 0.30 5.59 0.82 0.39
Hex B3 21 12 0 52 5A 1E 6 52 27
Octal 263 41 22 0 122 132 36 6 122 47
Binary 10110011 100001 10010 0 1010010 1011010 11110 110 1010010 100111

Color Harmonies of #B32112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32112

Black with #B32112

Text Example


Text Example

White with #B32112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32112; }

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

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

background-color css

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

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

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

border-color css

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

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

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