Shades of Fire Brick #C12B20
Tints of Fire Brick #C12B20
RGB
CMYK
RGB Variations
Color information
#C12B20 (or 0xC12B20) is known color: Fire Brick. HEX triplet: C1, 2B and 20. RGB value is (193,43,32). Sum of RGB (Red+Green+Blue) = 193+43+32=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B20 is #3ED4DF. Grayscale: #565656. Windows color (decimal): -4117728 or 2108353. OLE color: 2108353.
HSL color Cylindrical-coordinate representation of color #C12B20: hue angle of 4.1º 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 #C12B20 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.24 |
| HSL | 4.1º | 0.72% | 0.44% | - |
| HSV(B) | 4.1º | 0.83% | 0.76% | - |
| XYZ | 23.12 | 13.17 | 2.69 | - |
| YUV | 86.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 32 | 0 | 0.78 | 0.83 | 0.24 | 4.1 | 0.72 | 0.44 |
| Hex | C1 | 2B | 20 | 0 | 4E | 53 | 18 | 4 | 48 | 2C |
| Octal | 301 | 53 | 40 | 0 | 116 | 123 | 30 | 4 | 110 | 54 |
| Binary | 11000001 | 101011 | 100000 | 0 | 1001110 | 1010011 | 11000 | 100 | 1001000 | 101100 |
Color Harmonies of #C12B20
Complementary color
Monochromatic Colors of #C12B20
Black with #C12B20
Text Example
Text Example
White with #C12B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B20; }
p { color: rgb(193,43,32); }
H1.HeaderClassName
{
color: #C12B20;
}
.AnyTagClassName
{
color: #C12B20;
}
</style>
background-color css
<style>
a { background-color: #C12B20; }
a { background-color: rgb(193,43,32); }
div.DivClassName
{
background-color: #C12B20;
}
.BgClassName
{
background-color: #C12B20;
}
</style>
border-color css
<style>
span { border-color: #C12B20; }
span { border-color: rgb(193,43,32); }
td.TdClassName
{
border-color: #C12B20;
}
.TagClassName
{
border-color: #C12B20;
}
</style>