Html Css Color HEX #B32213 Fire Brick

📋 copy color: '#B32213'

red 179 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #B32213

Tints of Fire Brick #B32213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 77.16%
G = 14.66%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32213 (or 0xB32213) is known color: Fire Brick. HEX triplet: B3, 22 and 13. RGB value is (179,34,19). Sum of RGB (Red+Green+Blue) = 179+34+19=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B32213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32213 is #4CDDEC. Grayscale: #4B4B4B. Windows color (decimal): -5037549 or 1254067. OLE color: 1254067.

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

Color convert

RGB 179 34 19 -
CMYK 0 0.81 0.89 0.30
HSL 5.63º 0.81% 0.39% -
HSV(B) 5.63º 0.89% 0.7% -
XYZ 19.28 10.77 1.68 -
YUV 75.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 179 34 19 0 0.81 0.89 0.30 5.63 0.81 0.39
Hex B3 22 13 0 51 59 1E 6 51 27
Octal 263 42 23 0 121 131 36 6 121 47
Binary 10110011 100010 10011 0 1010001 1011001 11110 110 1010001 100111

Color Harmonies of #B32213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32213

Black with #B32213

Text Example


Text Example

White with #B32213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32213; }

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

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

background-color css

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

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

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

border-color css

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

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

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