Html Css Color HEX #B32C16 Fire Brick

📋 copy color: '#B32C16'

red 179 ◦ green 44 ◦ blue 22

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

Shades of Fire Brick #B32C16

Tints of Fire Brick #B32C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

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

R = 73.06%
G = 17.96%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32C16 (or 0xB32C16) is known color: Fire Brick. HEX triplet: B3, 2C and 16. RGB value is (179,44,22). Sum of RGB (Red+Green+Blue) = 179+44+22=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C16 is #4CD3E9. Grayscale: #525252. Windows color (decimal): -5034986 or 1453235. OLE color: 1453235.

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

Color convert

RGB 179 44 22 -
CMYK 0 0.75 0.88 0.30
HSL 8.41º 0.78% 0.39% -
HSV(B) 8.41º 0.88% 0.7% -
XYZ 19.64 11.44 1.93 -
YUV 81.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 179 44 22 0 0.75 0.88 0.30 8.41 0.78 0.39
Hex B3 2C 16 0 4B 58 1E 8 4E 27
Octal 263 54 26 0 113 130 36 10 116 47
Binary 10110011 101100 10110 0 1001011 1011000 11110 1000 1001110 100111

Color Harmonies of #B32C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C16

Black with #B32C16

Text Example


Text Example

White with #B32C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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