Shades of Cardinal #AF183A
Tints of Cardinal #AF183A
RGB
CMYK
RGB Variations
Color information
#AF183A (or 0xAF183A) is known color: Cardinal. HEX triplet: AF, 18 and 3A. RGB value is (175,24,58). Sum of RGB (Red+Green+Blue) = 175+24+58=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF183A is #50E7C5. Grayscale: #494949. Windows color (decimal): -5302214 or 3807407. OLE color: 3807407.
HSL color Cylindrical-coordinate representation of color #AF183A: hue angle of 346.49º 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 #AF183A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 58 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.31 |
| HSL | 346.49º | 0.76% | 0.39% | - |
| HSV(B) | 346.49º | 0.86% | 0.69% | - |
| XYZ | 18.77 | 10.07 | 4.96 | - |
| YUV | 73.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 58 | 0 | 0.86 | 0.67 | 0.31 | 346.49 | 0.76 | 0.39 |
| Hex | AF | 18 | 3A | 0 | 56 | 43 | 1F | 15A | 4C | 27 |
| Octal | 257 | 30 | 72 | 0 | 126 | 103 | 37 | 532 | 114 | 47 |
| Binary | 10101111 | 11000 | 111010 | 0 | 1010110 | 1000011 | 11111 | 101011010 | 1001100 | 100111 |
Color Harmonies of #AF183A
Complementary color
Monochromatic Colors of #AF183A
Black with #AF183A
Text Example
Text Example
White with #AF183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF183A; }
p { color: rgb(175,24,58); }
H1.HeaderClassName
{
color: #AF183A;
}
.AnyTagClassName
{
color: #AF183A;
}
</style>
background-color css
<style>
a { background-color: #AF183A; }
a { background-color: rgb(175,24,58); }
div.DivClassName
{
background-color: #AF183A;
}
.BgClassName
{
background-color: #AF183A;
}
</style>
border-color css
<style>
span { border-color: #AF183A; }
span { border-color: rgb(175,24,58); }
td.TdClassName
{
border-color: #AF183A;
}
.TagClassName
{
border-color: #AF183A;
}
</style>