Shades of Fire Brick #C12A20
Tints of Fire Brick #C12A20
RGB
CMYK
RGB Variations
Color information
#C12A20 (or 0xC12A20) is known color: Fire Brick. HEX triplet: C1, 2A and 20. RGB value is (193,42,32). Sum of RGB (Red+Green+Blue) = 193+42+32=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A20 is #3ED5DF. Grayscale: #565656. Windows color (decimal): -4117984 or 2108097. OLE color: 2108097.
HSL color Cylindrical-coordinate representation of color #C12A20: hue angle of 3.73º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12A20 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.24 |
| HSL | 3.73º | 0.72% | 0.44% | - |
| HSV(B) | 3.73º | 0.83% | 0.76% | - |
| XYZ | 23.08 | 13.1 | 2.68 | - |
| YUV | 86.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 32 | 0 | 0.78 | 0.83 | 0.24 | 3.73 | 0.72 | 0.44 |
| Hex | C1 | 2A | 20 | 0 | 4E | 53 | 18 | 4 | 48 | 2C |
| Octal | 301 | 52 | 40 | 0 | 116 | 123 | 30 | 4 | 110 | 54 |
| Binary | 11000001 | 101010 | 100000 | 0 | 1001110 | 1010011 | 11000 | 100 | 1001000 | 101100 |
Color Harmonies of #C12A20
Complementary color
Monochromatic Colors of #C12A20
Black with #C12A20
Text Example
Text Example
White with #C12A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A20; }
p { color: rgb(193,42,32); }
H1.HeaderClassName
{
color: #C12A20;
}
.AnyTagClassName
{
color: #C12A20;
}
</style>
background-color css
<style>
a { background-color: #C12A20; }
a { background-color: rgb(193,42,32); }
div.DivClassName
{
background-color: #C12A20;
}
.BgClassName
{
background-color: #C12A20;
}
</style>
border-color css
<style>
span { border-color: #C12A20; }
span { border-color: rgb(193,42,32); }
td.TdClassName
{
border-color: #C12A20;
}
.TagClassName
{
border-color: #C12A20;
}
</style>