Shades of Cardinal #C0262D
Tints of Cardinal #C0262D
RGB
CMYK
RGB Variations
Color information
#C0262D (or 0xC0262D) is known color: Cardinal. HEX triplet: C0, 26 and 2D. RGB value is (192,38,45). Sum of RGB (Red+Green+Blue) = 192+38+45=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0262D is #3FD9D2. Grayscale: #545454. Windows color (decimal): -4184531 or 2959040. OLE color: 2959040.
HSL color Cylindrical-coordinate representation of color #C0262D: hue angle of 357.27º 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 #C0262D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 45 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.25 |
| HSL | 357.27º | 0.67% | 0.45% | - |
| HSV(B) | 357.27º | 0.8% | 0.75% | - |
| XYZ | 22.91 | 12.78 | 3.74 | - |
| YUV | 84.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 45 | 0 | 0.80 | 0.77 | 0.25 | 357.27 | 0.67 | 0.45 |
| Hex | C0 | 26 | 2D | 0 | 50 | 4D | 19 | 165 | 43 | 2D |
| Octal | 300 | 46 | 55 | 0 | 120 | 115 | 31 | 545 | 103 | 55 |
| Binary | 11000000 | 100110 | 101101 | 0 | 1010000 | 1001101 | 11001 | 101100101 | 1000011 | 101101 |
Color Harmonies of #C0262D
Complementary color
Monochromatic Colors of #C0262D
Black with #C0262D
Text Example
Text Example
White with #C0262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0262D; }
p { color: rgb(192,38,45); }
H1.HeaderClassName
{
color: #C0262D;
}
.AnyTagClassName
{
color: #C0262D;
}
</style>
background-color css
<style>
a { background-color: #C0262D; }
a { background-color: rgb(192,38,45); }
div.DivClassName
{
background-color: #C0262D;
}
.BgClassName
{
background-color: #C0262D;
}
</style>
border-color css
<style>
span { border-color: #C0262D; }
span { border-color: rgb(192,38,45); }
td.TdClassName
{
border-color: #C0262D;
}
.TagClassName
{
border-color: #C0262D;
}
</style>