Shades of Cardinal #AF182A
Tints of Cardinal #AF182A
RGB
CMYK
RGB Variations
Color information
#AF182A (or 0xAF182A) is known color: Cardinal. HEX triplet: AF, 18 and 2A. RGB value is (175,24,42). Sum of RGB (Red+Green+Blue) = 175+24+42=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182A is #50E7D5. Grayscale: #474747. Windows color (decimal): -5302230 or 2758831. OLE color: 2758831.
HSL color Cylindrical-coordinate representation of color #AF182A: hue angle of 352.85º 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 #AF182A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 42 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.31 |
| HSL | 352.85º | 0.76% | 0.39% | - |
| HSV(B) | 352.85º | 0.86% | 0.69% | - |
| XYZ | 18.42 | 9.93 | 3.14 | - |
| YUV | 71.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 42 | 0 | 0.86 | 0.76 | 0.31 | 352.85 | 0.76 | 0.39 |
| Hex | AF | 18 | 2A | 0 | 56 | 4C | 1F | 161 | 4C | 27 |
| Octal | 257 | 30 | 52 | 0 | 126 | 114 | 37 | 541 | 114 | 47 |
| Binary | 10101111 | 11000 | 101010 | 0 | 1010110 | 1001100 | 11111 | 101100001 | 1001100 | 100111 |
Color Harmonies of #AF182A
Complementary color
Monochromatic Colors of #AF182A
Black with #AF182A
Text Example
Text Example
White with #AF182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF182A; }
p { color: rgb(175,24,42); }
H1.HeaderClassName
{
color: #AF182A;
}
.AnyTagClassName
{
color: #AF182A;
}
</style>
background-color css
<style>
a { background-color: #AF182A; }
a { background-color: rgb(175,24,42); }
div.DivClassName
{
background-color: #AF182A;
}
.BgClassName
{
background-color: #AF182A;
}
</style>
border-color css
<style>
span { border-color: #AF182A; }
span { border-color: rgb(175,24,42); }
td.TdClassName
{
border-color: #AF182A;
}
.TagClassName
{
border-color: #AF182A;
}
</style>