Shades of Cardinal #AF0C43
Tints of Cardinal #AF0C43
RGB
CMYK
RGB Variations
Color information
#AF0C43 (or 0xAF0C43) is known color: Cardinal. HEX triplet: AF, 0C and 43. RGB value is (175,12,67). Sum of RGB (Red+Green+Blue) = 175+12+67=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C43 is #50F3BC. Grayscale: #424242. Windows color (decimal): -5305277 or 4394159. OLE color: 4394159.
HSL color Cylindrical-coordinate representation of color #AF0C43: hue angle of 339.75º 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 #AF0C43 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 67 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.31 |
| HSL | 339.75º | 0.87% | 0.37% | - |
| HSV(B) | 339.75º | 0.93% | 0.69% | - |
| XYZ | 18.82 | 9.78 | 6.21 | - |
| YUV | 67.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 67 | 0 | 0.93 | 0.62 | 0.31 | 339.75 | 0.87 | 0.37 |
| Hex | AF | C | 43 | 0 | 5D | 3E | 1F | 154 | 57 | 25 |
| Octal | 257 | 14 | 103 | 0 | 135 | 76 | 37 | 524 | 127 | 45 |
| Binary | 10101111 | 1100 | 1000011 | 0 | 1011101 | 111110 | 11111 | 101010100 | 1010111 | 100101 |
Color Harmonies of #AF0C43
Complementary color
Monochromatic Colors of #AF0C43
Black with #AF0C43
Text Example
Text Example
White with #AF0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C43; }
p { color: rgb(175,12,67); }
H1.HeaderClassName
{
color: #AF0C43;
}
.AnyTagClassName
{
color: #AF0C43;
}
</style>
background-color css
<style>
a { background-color: #AF0C43; }
a { background-color: rgb(175,12,67); }
div.DivClassName
{
background-color: #AF0C43;
}
.BgClassName
{
background-color: #AF0C43;
}
</style>
border-color css
<style>
span { border-color: #AF0C43; }
span { border-color: rgb(175,12,67); }
td.TdClassName
{
border-color: #AF0C43;
}
.TagClassName
{
border-color: #AF0C43;
}
</style>