Shades of Fire Brick #C12922
Tints of Fire Brick #C12922
RGB
CMYK
RGB Variations
Color information
#C12922 (or 0xC12922) is known color: Fire Brick. HEX triplet: C1, 29 and 22. RGB value is (193,41,34). Sum of RGB (Red+Green+Blue) = 193+41+34=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12922 is #3ED6DD. Grayscale: #555555. Windows color (decimal): -4118238 or 2238913. OLE color: 2238913.
HSL color Cylindrical-coordinate representation of color #C12922: hue angle of 2.64º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12922 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 34 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.24 |
| HSL | 2.64º | 0.7% | 0.45% | - |
| HSV(B) | 2.64º | 0.82% | 0.76% | - |
| XYZ | 23.07 | 13.04 | 2.81 | - |
| YUV | 85.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 34 | 0 | 0.79 | 0.82 | 0.24 | 2.64 | 0.7 | 0.45 |
| Hex | C1 | 29 | 22 | 0 | 4F | 52 | 18 | 3 | 46 | 2D |
| Octal | 301 | 51 | 42 | 0 | 117 | 122 | 30 | 3 | 106 | 55 |
| Binary | 11000001 | 101001 | 100010 | 0 | 1001111 | 1010010 | 11000 | 11 | 1000110 | 101101 |
Color Harmonies of #C12922
Complementary color
Monochromatic Colors of #C12922
Black with #C12922
Text Example
Text Example
White with #C12922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12922; }
p { color: rgb(193,41,34); }
H1.HeaderClassName
{
color: #C12922;
}
.AnyTagClassName
{
color: #C12922;
}
</style>
background-color css
<style>
a { background-color: #C12922; }
a { background-color: rgb(193,41,34); }
div.DivClassName
{
background-color: #C12922;
}
.BgClassName
{
background-color: #C12922;
}
</style>
border-color css
<style>
span { border-color: #C12922; }
span { border-color: rgb(193,41,34); }
td.TdClassName
{
border-color: #C12922;
}
.TagClassName
{
border-color: #C12922;
}
</style>