Shades of Fire Brick #C32016
Tints of Fire Brick #C32016
RGB
CMYK
RGB Variations
Color information
#C32016 (or 0xC32016) is known color: Fire Brick. HEX triplet: C3, 20 and 16. RGB value is (195,32,22). Sum of RGB (Red+Green+Blue) = 195+32+22=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32016 is #3CDFE9. Grayscale: #4F4F4F. Windows color (decimal): -3989482 or 1450179. OLE color: 1450179.
HSL color Cylindrical-coordinate representation of color #C32016: hue angle of 3.47º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C32016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 22 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.24 |
| HSL | 3.47º | 0.8% | 0.43% | - |
| HSV(B) | 3.47º | 0.89% | 0.76% | - |
| XYZ | 23.17 | 12.69 | 1.99 | - |
| YUV | 79.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 22 | 0 | 0.84 | 0.89 | 0.24 | 3.47 | 0.8 | 0.43 |
| Hex | C3 | 20 | 16 | 0 | 54 | 59 | 18 | 3 | 50 | 2B |
| Octal | 303 | 40 | 26 | 0 | 124 | 131 | 30 | 3 | 120 | 53 |
| Binary | 11000011 | 100000 | 10110 | 0 | 1010100 | 1011001 | 11000 | 11 | 1010000 | 101011 |
Color Harmonies of #C32016
Complementary color
Monochromatic Colors of #C32016
Black with #C32016
Text Example
Text Example
White with #C32016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32016; }
p { color: rgb(195,32,22); }
H1.HeaderClassName
{
color: #C32016;
}
.AnyTagClassName
{
color: #C32016;
}
</style>
background-color css
<style>
a { background-color: #C32016; }
a { background-color: rgb(195,32,22); }
div.DivClassName
{
background-color: #C32016;
}
.BgClassName
{
background-color: #C32016;
}
</style>
border-color css
<style>
span { border-color: #C32016; }
span { border-color: rgb(195,32,22); }
td.TdClassName
{
border-color: #C32016;
}
.TagClassName
{
border-color: #C32016;
}
</style>