Shades of Cardinal #AF183B
Tints of Cardinal #AF183B
RGB
CMYK
RGB Variations
Color information
#AF183B (or 0xAF183B) is known color: Cardinal. HEX triplet: AF, 18 and 3B. RGB value is (175,24,59). Sum of RGB (Red+Green+Blue) = 175+24+59=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF183B is #50E7C4. Grayscale: #494949. Windows color (decimal): -5302213 or 3872943. OLE color: 3872943.
HSL color Cylindrical-coordinate representation of color #AF183B: hue angle of 346.09º degrees, saturation: 0.76, 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 #AF183B is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 59 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.31 |
| HSL | 346.09º | 0.76% | 0.39% | - |
| HSV(B) | 346.09º | 0.86% | 0.69% | - |
| XYZ | 18.8 | 10.08 | 5.09 | - |
| YUV | 73.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 59 | 0 | 0.86 | 0.66 | 0.31 | 346.09 | 0.76 | 0.39 |
| Hex | AF | 18 | 3B | 0 | 56 | 42 | 1F | 15A | 4C | 27 |
| Octal | 257 | 30 | 73 | 0 | 126 | 102 | 37 | 532 | 114 | 47 |
| Binary | 10101111 | 11000 | 111011 | 0 | 1010110 | 1000010 | 11111 | 101011010 | 1001100 | 100111 |
Color Harmonies of #AF183B
Complementary color
Monochromatic Colors of #AF183B
Black with #AF183B
Text Example
Text Example
White with #AF183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF183B; }
p { color: rgb(175,24,59); }
H1.HeaderClassName
{
color: #AF183B;
}
.AnyTagClassName
{
color: #AF183B;
}
</style>
background-color css
<style>
a { background-color: #AF183B; }
a { background-color: rgb(175,24,59); }
div.DivClassName
{
background-color: #AF183B;
}
.BgClassName
{
background-color: #AF183B;
}
</style>
border-color css
<style>
span { border-color: #AF183B; }
span { border-color: rgb(175,24,59); }
td.TdClassName
{
border-color: #AF183B;
}
.TagClassName
{
border-color: #AF183B;
}
</style>