Shades of Cardinal #AF1942
Tints of Cardinal #AF1942
RGB
CMYK
RGB Variations
Color information
#AF1942 (or 0xAF1942) is known color: Cardinal. HEX triplet: AF, 19 and 42. RGB value is (175,25,66). Sum of RGB (Red+Green+Blue) = 175+25+66=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1942 is #50E6BD. Grayscale: #4A4A4A. Windows color (decimal): -5301950 or 4331951. OLE color: 4331951.
HSL color Cylindrical-coordinate representation of color #AF1942: hue angle of 343.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1942 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 66 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.31 |
| HSL | 343.6º | 0.75% | 0.39% | - |
| HSV(B) | 343.6º | 0.86% | 0.69% | - |
| XYZ | 19.01 | 10.2 | 6.12 | - |
| YUV | 74.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 66 | 0 | 0.86 | 0.62 | 0.31 | 343.6 | 0.75 | 0.39 |
| Hex | AF | 19 | 42 | 0 | 56 | 3E | 1F | 158 | 4B | 27 |
| Octal | 257 | 31 | 102 | 0 | 126 | 76 | 37 | 530 | 113 | 47 |
| Binary | 10101111 | 11001 | 1000010 | 0 | 1010110 | 111110 | 11111 | 101011000 | 1001011 | 100111 |
Color Harmonies of #AF1942
Complementary color
Monochromatic Colors of #AF1942
Black with #AF1942
Text Example
Text Example
White with #AF1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1942; }
p { color: rgb(175,25,66); }
H1.HeaderClassName
{
color: #AF1942;
}
.AnyTagClassName
{
color: #AF1942;
}
</style>
background-color css
<style>
a { background-color: #AF1942; }
a { background-color: rgb(175,25,66); }
div.DivClassName
{
background-color: #AF1942;
}
.BgClassName
{
background-color: #AF1942;
}
</style>
border-color css
<style>
span { border-color: #AF1942; }
span { border-color: rgb(175,25,66); }
td.TdClassName
{
border-color: #AF1942;
}
.TagClassName
{
border-color: #AF1942;
}
</style>