Html Css Color HEX #B32216 Fire Brick

📋 copy color: '#B32216'

red 179 ◦ green 34 ◦ blue 22

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

Shades of Fire Brick #B32216

Tints of Fire Brick #B32216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 76.17%
G = 14.47%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32216 (or 0xB32216) is known color: Fire Brick. HEX triplet: B3, 22 and 16. RGB value is (179,34,22). Sum of RGB (Red+Green+Blue) = 179+34+22=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B32216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32216 is #4CDDE9. Grayscale: #4C4C4C. Windows color (decimal): -5037546 or 1450675. OLE color: 1450675.

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

Color convert

RGB 179 34 22 -
CMYK 0 0.81 0.88 0.30
HSL 4.59º 0.78% 0.39% -
HSV(B) 4.59º 0.88% 0.7% -
XYZ 19.31 10.79 1.82 -
YUV 75.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 179 34 22 0 0.81 0.88 0.30 4.59 0.78 0.39
Hex B3 22 16 0 51 58 1E 5 4E 27
Octal 263 42 26 0 121 130 36 5 116 47
Binary 10110011 100010 10110 0 1010001 1011000 11110 101 1001110 100111

Color Harmonies of #B32216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32216

Black with #B32216

Text Example


Text Example

White with #B32216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32216; }

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

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

background-color css

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

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

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

border-color css

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

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

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