Shades of Cardinal #AF0C2A
Tints of Cardinal #AF0C2A
RGB
CMYK
RGB Variations
Color information
#AF0C2A (or 0xAF0C2A) is known color: Cardinal. HEX triplet: AF, 0C and 2A. RGB value is (175,12,42). Sum of RGB (Red+Green+Blue) = 175+12+42=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C2A is #50F3D5. Grayscale: #404040. Windows color (decimal): -5305302 or 2755759. OLE color: 2755759.
HSL color Cylindrical-coordinate representation of color #AF0C2A: hue angle of 348.96º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C2A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 42 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.31 |
| HSL | 348.96º | 0.87% | 0.37% | - |
| HSV(B) | 348.96º | 0.93% | 0.69% | - |
| XYZ | 18.23 | 9.54 | 3.07 | - |
| YUV | 64.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 42 | 0 | 0.93 | 0.76 | 0.31 | 348.96 | 0.87 | 0.37 |
| Hex | AF | C | 2A | 0 | 5D | 4C | 1F | 15D | 57 | 25 |
| Octal | 257 | 14 | 52 | 0 | 135 | 114 | 37 | 535 | 127 | 45 |
| Binary | 10101111 | 1100 | 101010 | 0 | 1011101 | 1001100 | 11111 | 101011101 | 1010111 | 100101 |
Color Harmonies of #AF0C2A
Complementary color
Monochromatic Colors of #AF0C2A
Black with #AF0C2A
Text Example
Text Example
White with #AF0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C2A; }
p { color: rgb(175,12,42); }
H1.HeaderClassName
{
color: #AF0C2A;
}
.AnyTagClassName
{
color: #AF0C2A;
}
</style>
background-color css
<style>
a { background-color: #AF0C2A; }
a { background-color: rgb(175,12,42); }
div.DivClassName
{
background-color: #AF0C2A;
}
.BgClassName
{
background-color: #AF0C2A;
}
</style>
border-color css
<style>
span { border-color: #AF0C2A; }
span { border-color: rgb(175,12,42); }
td.TdClassName
{
border-color: #AF0C2A;
}
.TagClassName
{
border-color: #AF0C2A;
}
</style>