Shades of Cardinal #AF0137
Tints of Cardinal #AF0137
RGB
CMYK
RGB Variations
Color information
#AF0137 (or 0xAF0137) is known color: Cardinal. HEX triplet: AF, 01 and 37. RGB value is (175,1,55). Sum of RGB (Red+Green+Blue) = 175+1+55=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0137 is #50FEC8. Grayscale: #3B3B3B. Windows color (decimal): -5308105 or 3604911. OLE color: 3604911.
HSL color Cylindrical-coordinate representation of color #AF0137: hue angle of 341.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0137 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.31 |
| HSL | 341.38º | 0.99% | 0.35% | - |
| HSV(B) | 341.38º | 0.99% | 0.69% | - |
| XYZ | 18.38 | 9.41 | 4.46 | - |
| YUV | 59.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 55 | 0 | 0.99 | 0.69 | 0.31 | 341.38 | 0.99 | 0.35 |
| Hex | AF | 1 | 37 | 0 | 63 | 45 | 1F | 155 | 63 | 23 |
| Octal | 257 | 1 | 67 | 0 | 143 | 105 | 37 | 525 | 143 | 43 |
| Binary | 10101111 | 1 | 110111 | 0 | 1100011 | 1000101 | 11111 | 101010101 | 1100011 | 100011 |
Color Harmonies of #AF0137
Complementary color
Monochromatic Colors of #AF0137
Black with #AF0137
Text Example
Text Example
White with #AF0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0137; }
p { color: rgb(175,1,55); }
H1.HeaderClassName
{
color: #AF0137;
}
.AnyTagClassName
{
color: #AF0137;
}
</style>
background-color css
<style>
a { background-color: #AF0137; }
a { background-color: rgb(175,1,55); }
div.DivClassName
{
background-color: #AF0137;
}
.BgClassName
{
background-color: #AF0137;
}
</style>
border-color css
<style>
span { border-color: #AF0137; }
span { border-color: rgb(175,1,55); }
td.TdClassName
{
border-color: #AF0137;
}
.TagClassName
{
border-color: #AF0137;
}
</style>