Shades of Cardinal #AF0B3D
Tints of Cardinal #AF0B3D
RGB
CMYK
RGB Variations
Color information
#AF0B3D (or 0xAF0B3D) is known color: Cardinal. HEX triplet: AF, 0B and 3D. RGB value is (175,11,61). Sum of RGB (Red+Green+Blue) = 175+11+61=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B3D is #50F4C2. Grayscale: #414141. Windows color (decimal): -5305539 or 4000687. OLE color: 4000687.
HSL color Cylindrical-coordinate representation of color #AF0B3D: hue angle of 341.71º 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 #AF0B3D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 61 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.31 |
| HSL | 341.71º | 0.88% | 0.36% | - |
| HSV(B) | 341.71º | 0.94% | 0.69% | - |
| XYZ | 18.64 | 9.69 | 5.3 | - |
| YUV | 65.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 61 | 0 | 0.94 | 0.65 | 0.31 | 341.71 | 0.88 | 0.36 |
| Hex | AF | B | 3D | 0 | 5E | 41 | 1F | 156 | 58 | 24 |
| Octal | 257 | 13 | 75 | 0 | 136 | 101 | 37 | 526 | 130 | 44 |
| Binary | 10101111 | 1011 | 111101 | 0 | 1011110 | 1000001 | 11111 | 101010110 | 1011000 | 100100 |
Color Harmonies of #AF0B3D
Complementary color
Monochromatic Colors of #AF0B3D
Black with #AF0B3D
Text Example
Text Example
White with #AF0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B3D; }
p { color: rgb(175,11,61); }
H1.HeaderClassName
{
color: #AF0B3D;
}
.AnyTagClassName
{
color: #AF0B3D;
}
</style>
background-color css
<style>
a { background-color: #AF0B3D; }
a { background-color: rgb(175,11,61); }
div.DivClassName
{
background-color: #AF0B3D;
}
.BgClassName
{
background-color: #AF0B3D;
}
</style>
border-color css
<style>
span { border-color: #AF0B3D; }
span { border-color: rgb(175,11,61); }
td.TdClassName
{
border-color: #AF0B3D;
}
.TagClassName
{
border-color: #AF0B3D;
}
</style>