Html Css Color HEX #B32212 Fire Brick

📋 copy color: '#B32212'

red 179 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #B32212

Tints of Fire Brick #B32212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 77.49%
G = 14.72%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32212 (or 0xB32212) is known color: Fire Brick. HEX triplet: B3, 22 and 12. RGB value is (179,34,18). Sum of RGB (Red+Green+Blue) = 179+34+18=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32212 is #4CDDED. Grayscale: #4B4B4B. Windows color (decimal): -5037550 or 1188531. OLE color: 1188531.

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

Color convert

RGB 179 34 18 -
CMYK 0 0.81 0.90 0.30
HSL 5.96º 0.82% 0.39% -
HSV(B) 5.96º 0.9% 0.7% -
XYZ 19.27 10.77 1.64 -
YUV 75.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 179 34 18 0 0.81 0.90 0.30 5.96 0.82 0.39
Hex B3 22 12 0 51 5A 1E 6 52 27
Octal 263 42 22 0 121 132 36 6 122 47
Binary 10110011 100010 10010 0 1010001 1011010 11110 110 1010010 100111

Color Harmonies of #B32212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32212

Black with #B32212

Text Example


Text Example

White with #B32212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32212; }

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

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

background-color css

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

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

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

border-color css

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

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

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