Shades of Cardinal #C32732
Tints of Cardinal #C32732
RGB
CMYK
RGB Variations
Color information
#C32732 (or 0xC32732) is known color: Cardinal. HEX triplet: C3, 27 and 32. RGB value is (195,39,50). Sum of RGB (Red+Green+Blue) = 195+39+50=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32732 is #3CD8CD. Grayscale: #575757. Windows color (decimal): -3987662 or 3286979. OLE color: 3286979.
HSL color Cylindrical-coordinate representation of color #C32732: hue angle of 355.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32732 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 50 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.24 |
| HSL | 355.77º | 0.67% | 0.46% | - |
| HSV(B) | 355.77º | 0.8% | 0.76% | - |
| XYZ | 23.81 | 13.28 | 4.33 | - |
| YUV | 86.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 50 | 0 | 0.80 | 0.74 | 0.24 | 355.77 | 0.67 | 0.46 |
| Hex | C3 | 27 | 32 | 0 | 50 | 4A | 18 | 164 | 43 | 2E |
| Octal | 303 | 47 | 62 | 0 | 120 | 112 | 30 | 544 | 103 | 56 |
| Binary | 11000011 | 100111 | 110010 | 0 | 1010000 | 1001010 | 11000 | 101100100 | 1000011 | 101110 |
Color Harmonies of #C32732
Complementary color
Monochromatic Colors of #C32732
Black with #C32732
Text Example
Text Example
White with #C32732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32732; }
p { color: rgb(195,39,50); }
H1.HeaderClassName
{
color: #C32732;
}
.AnyTagClassName
{
color: #C32732;
}
</style>
background-color css
<style>
a { background-color: #C32732; }
a { background-color: rgb(195,39,50); }
div.DivClassName
{
background-color: #C32732;
}
.BgClassName
{
background-color: #C32732;
}
</style>
border-color css
<style>
span { border-color: #C32732; }
span { border-color: rgb(195,39,50); }
td.TdClassName
{
border-color: #C32732;
}
.TagClassName
{
border-color: #C32732;
}
</style>