Shades of Cardinal #C0262F
Tints of Cardinal #C0262F
RGB
CMYK
RGB Variations
Color information
#C0262F (or 0xC0262F) is known color: Cardinal. HEX triplet: C0, 26 and 2F. RGB value is (192,38,47). Sum of RGB (Red+Green+Blue) = 192+38+47=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0262F is #3FD9D0. Grayscale: #555555. Windows color (decimal): -4184529 or 3090112. OLE color: 3090112.
HSL color Cylindrical-coordinate representation of color #C0262F: hue angle of 356.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0262F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 47 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.25 |
| HSL | 356.49º | 0.67% | 0.45% | - |
| HSV(B) | 356.49º | 0.8% | 0.75% | - |
| XYZ | 22.94 | 12.8 | 3.95 | - |
| YUV | 85.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 47 | 0 | 0.80 | 0.76 | 0.25 | 356.49 | 0.67 | 0.45 |
| Hex | C0 | 26 | 2F | 0 | 50 | 4C | 19 | 164 | 43 | 2D |
| Octal | 300 | 46 | 57 | 0 | 120 | 114 | 31 | 544 | 103 | 55 |
| Binary | 11000000 | 100110 | 101111 | 0 | 1010000 | 1001100 | 11001 | 101100100 | 1000011 | 101101 |
Color Harmonies of #C0262F
Complementary color
Monochromatic Colors of #C0262F
Black with #C0262F
Text Example
Text Example
White with #C0262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0262F; }
p { color: rgb(192,38,47); }
H1.HeaderClassName
{
color: #C0262F;
}
.AnyTagClassName
{
color: #C0262F;
}
</style>
background-color css
<style>
a { background-color: #C0262F; }
a { background-color: rgb(192,38,47); }
div.DivClassName
{
background-color: #C0262F;
}
.BgClassName
{
background-color: #C0262F;
}
</style>
border-color css
<style>
span { border-color: #C0262F; }
span { border-color: rgb(192,38,47); }
td.TdClassName
{
border-color: #C0262F;
}
.TagClassName
{
border-color: #C0262F;
}
</style>