Shades of Fire Brick #C32A20
Tints of Fire Brick #C32A20
RGB
CMYK
RGB Variations
Color information
#C32A20 (or 0xC32A20) is known color: Fire Brick. HEX triplet: C3, 2A and 20. RGB value is (195,42,32). Sum of RGB (Red+Green+Blue) = 195+42+32=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A20 is #3CD5DF. Grayscale: #565656. Windows color (decimal): -3986912 or 2108099. OLE color: 2108099.
HSL color Cylindrical-coordinate representation of color #C32A20: hue angle of 3.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32A20 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 32 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.24 |
| HSL | 3.68º | 0.72% | 0.45% | - |
| HSV(B) | 3.68º | 0.84% | 0.76% | - |
| XYZ | 23.59 | 13.36 | 2.7 | - |
| YUV | 86.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 32 | 0 | 0.78 | 0.84 | 0.24 | 3.68 | 0.72 | 0.45 |
| Hex | C3 | 2A | 20 | 0 | 4E | 54 | 18 | 4 | 48 | 2D |
| Octal | 303 | 52 | 40 | 0 | 116 | 124 | 30 | 4 | 110 | 55 |
| Binary | 11000011 | 101010 | 100000 | 0 | 1001110 | 1010100 | 11000 | 100 | 1001000 | 101101 |
Color Harmonies of #C32A20
Complementary color
Monochromatic Colors of #C32A20
Black with #C32A20
Text Example
Text Example
White with #C32A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A20; }
p { color: rgb(195,42,32); }
H1.HeaderClassName
{
color: #C32A20;
}
.AnyTagClassName
{
color: #C32A20;
}
</style>
background-color css
<style>
a { background-color: #C32A20; }
a { background-color: rgb(195,42,32); }
div.DivClassName
{
background-color: #C32A20;
}
.BgClassName
{
background-color: #C32A20;
}
</style>
border-color css
<style>
span { border-color: #C32A20; }
span { border-color: rgb(195,42,32); }
td.TdClassName
{
border-color: #C32A20;
}
.TagClassName
{
border-color: #C32A20;
}
</style>