Shades of Persian Red #C03A2A
Tints of Persian Red #C03A2A
RGB
CMYK
RGB Variations
Color information
#C03A2A (or 0xC03A2A) is known color: Persian Red. HEX triplet: C0, 3A and 2A. RGB value is (192,58,42). Sum of RGB (Red+Green+Blue) = 192+58+42=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A2A is #3FC5D5. Grayscale: #606060. Windows color (decimal): -4179414 or 2767552. OLE color: 2767552.
HSL color Cylindrical-coordinate representation of color #C03A2A: hue angle of 6.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C03A2A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 42 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.25 |
| HSL | 6.4º | 0.64% | 0.46% | - |
| HSV(B) | 6.4º | 0.78% | 0.75% | - |
| XYZ | 23.67 | 14.4 | 3.72 | - |
| YUV | 96.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 42 | 0 | 0.70 | 0.78 | 0.25 | 6.4 | 0.64 | 0.46 |
| Hex | C0 | 3A | 2A | 0 | 46 | 4E | 19 | 6 | 40 | 2E |
| Octal | 300 | 72 | 52 | 0 | 106 | 116 | 31 | 6 | 100 | 56 |
| Binary | 11000000 | 111010 | 101010 | 0 | 1000110 | 1001110 | 11001 | 110 | 1000000 | 101110 |
Color Harmonies of #C03A2A
Complementary color
Monochromatic Colors of #C03A2A
Black with #C03A2A
Text Example
Text Example
White with #C03A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A2A; }
p { color: rgb(192,58,42); }
H1.HeaderClassName
{
color: #C03A2A;
}
.AnyTagClassName
{
color: #C03A2A;
}
</style>
background-color css
<style>
a { background-color: #C03A2A; }
a { background-color: rgb(192,58,42); }
div.DivClassName
{
background-color: #C03A2A;
}
.BgClassName
{
background-color: #C03A2A;
}
</style>
border-color css
<style>
span { border-color: #C03A2A; }
span { border-color: rgb(192,58,42); }
td.TdClassName
{
border-color: #C03A2A;
}
.TagClassName
{
border-color: #C03A2A;
}
</style>