Shades of Cardinal #AF0B3C
Tints of Cardinal #AF0B3C
RGB
CMYK
RGB Variations
Color information
#AF0B3C (or 0xAF0B3C) is known color: Cardinal. HEX triplet: AF, 0B and 3C. RGB value is (175,11,60). Sum of RGB (Red+Green+Blue) = 175+11+60=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B3C is #50F4C3. Grayscale: #414141. Windows color (decimal): -5305540 or 3935151. OLE color: 3935151.
HSL color Cylindrical-coordinate representation of color #AF0B3C: hue angle of 342.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B3C is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 60 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.31 |
| HSL | 342.07º | 0.88% | 0.36% | - |
| HSV(B) | 342.07º | 0.94% | 0.69% | - |
| XYZ | 18.61 | 9.68 | 5.16 | - |
| YUV | 65.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 60 | 0 | 0.94 | 0.66 | 0.31 | 342.07 | 0.88 | 0.36 |
| Hex | AF | B | 3C | 0 | 5E | 42 | 1F | 156 | 58 | 24 |
| Octal | 257 | 13 | 74 | 0 | 136 | 102 | 37 | 526 | 130 | 44 |
| Binary | 10101111 | 1011 | 111100 | 0 | 1011110 | 1000010 | 11111 | 101010110 | 1011000 | 100100 |
Color Harmonies of #AF0B3C
Complementary color
Monochromatic Colors of #AF0B3C
Black with #AF0B3C
Text Example
Text Example
White with #AF0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B3C; }
p { color: rgb(175,11,60); }
H1.HeaderClassName
{
color: #AF0B3C;
}
.AnyTagClassName
{
color: #AF0B3C;
}
</style>
background-color css
<style>
a { background-color: #AF0B3C; }
a { background-color: rgb(175,11,60); }
div.DivClassName
{
background-color: #AF0B3C;
}
.BgClassName
{
background-color: #AF0B3C;
}
</style>
border-color css
<style>
span { border-color: #AF0B3C; }
span { border-color: rgb(175,11,60); }
td.TdClassName
{
border-color: #AF0B3C;
}
.TagClassName
{
border-color: #AF0B3C;
}
</style>