Shades of Cardinal #AF182E
Tints of Cardinal #AF182E
RGB
CMYK
RGB Variations
Color information
#AF182E (or 0xAF182E) is known color: Cardinal. HEX triplet: AF, 18 and 2E. RGB value is (175,24,46). Sum of RGB (Red+Green+Blue) = 175+24+46=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182E is #50E7D1. Grayscale: #474747. Windows color (decimal): -5302226 or 3020975. OLE color: 3020975.
HSL color Cylindrical-coordinate representation of color #AF182E: hue angle of 351.26º 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 #AF182E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 46 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.31 |
| HSL | 351.26º | 0.76% | 0.39% | - |
| HSV(B) | 351.26º | 0.86% | 0.69% | - |
| XYZ | 18.5 | 9.96 | 3.53 | - |
| YUV | 71.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 46 | 0 | 0.86 | 0.74 | 0.31 | 351.26 | 0.76 | 0.39 |
| Hex | AF | 18 | 2E | 0 | 56 | 4A | 1F | 15F | 4C | 27 |
| Octal | 257 | 30 | 56 | 0 | 126 | 112 | 37 | 537 | 114 | 47 |
| Binary | 10101111 | 11000 | 101110 | 0 | 1010110 | 1001010 | 11111 | 101011111 | 1001100 | 100111 |
Color Harmonies of #AF182E
Complementary color
Monochromatic Colors of #AF182E
Black with #AF182E
Text Example
Text Example
White with #AF182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF182E; }
p { color: rgb(175,24,46); }
H1.HeaderClassName
{
color: #AF182E;
}
.AnyTagClassName
{
color: #AF182E;
}
</style>
background-color css
<style>
a { background-color: #AF182E; }
a { background-color: rgb(175,24,46); }
div.DivClassName
{
background-color: #AF182E;
}
.BgClassName
{
background-color: #AF182E;
}
</style>
border-color css
<style>
span { border-color: #AF182E; }
span { border-color: rgb(175,24,46); }
td.TdClassName
{
border-color: #AF182E;
}
.TagClassName
{
border-color: #AF182E;
}
</style>