Shades of Persian Red #C03B2B
Tints of Persian Red #C03B2B
RGB
CMYK
RGB Variations
Color information
#C03B2B (or 0xC03B2B) is known color: Persian Red. HEX triplet: C0, 3B and 2B. RGB value is (192,59,43). Sum of RGB (Red+Green+Blue) = 192+59+43=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B2B is #3FC4D4. Grayscale: #616161. Windows color (decimal): -4179157 or 2833344. OLE color: 2833344.
HSL color Cylindrical-coordinate representation of color #C03B2B: hue angle of 6.44º degrees, saturation: 0.63, 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 #C03B2B is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 43 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.25 |
| HSL | 6.44º | 0.63% | 0.46% | - |
| HSV(B) | 6.44º | 0.78% | 0.75% | - |
| XYZ | 23.74 | 14.51 | 3.83 | - |
| YUV | 96.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 43 | 0 | 0.69 | 0.78 | 0.25 | 6.44 | 0.63 | 0.46 |
| Hex | C0 | 3B | 2B | 0 | 45 | 4E | 19 | 6 | 3F | 2E |
| Octal | 300 | 73 | 53 | 0 | 105 | 116 | 31 | 6 | 77 | 56 |
| Binary | 11000000 | 111011 | 101011 | 0 | 1000101 | 1001110 | 11001 | 110 | 111111 | 101110 |
Color Harmonies of #C03B2B
Complementary color
Monochromatic Colors of #C03B2B
Black with #C03B2B
Text Example
Text Example
White with #C03B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B2B; }
p { color: rgb(192,59,43); }
H1.HeaderClassName
{
color: #C03B2B;
}
.AnyTagClassName
{
color: #C03B2B;
}
</style>
background-color css
<style>
a { background-color: #C03B2B; }
a { background-color: rgb(192,59,43); }
div.DivClassName
{
background-color: #C03B2B;
}
.BgClassName
{
background-color: #C03B2B;
}
</style>
border-color css
<style>
span { border-color: #C03B2B; }
span { border-color: rgb(192,59,43); }
td.TdClassName
{
border-color: #C03B2B;
}
.TagClassName
{
border-color: #C03B2B;
}
</style>