Shades of Cardinal #AF1A28
Tints of Cardinal #AF1A28
RGB
CMYK
RGB Variations
Color information
#AF1A28 (or 0xAF1A28) is known color: Cardinal. HEX triplet: AF, 1A and 28. RGB value is (175,26,40). Sum of RGB (Red+Green+Blue) = 175+26+40=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A28 is #50E5D7. Grayscale: #484848. Windows color (decimal): -5301720 or 2628271. OLE color: 2628271.
HSL color Cylindrical-coordinate representation of color #AF1A28: hue angle of 354.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A28 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 40 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.31 |
| HSL | 354.36º | 0.74% | 0.39% | - |
| HSV(B) | 354.36º | 0.85% | 0.69% | - |
| XYZ | 18.43 | 10.01 | 2.97 | - |
| YUV | 72.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 40 | 0 | 0.85 | 0.77 | 0.31 | 354.36 | 0.74 | 0.39 |
| Hex | AF | 1A | 28 | 0 | 55 | 4D | 1F | 162 | 4A | 27 |
| Octal | 257 | 32 | 50 | 0 | 125 | 115 | 37 | 542 | 112 | 47 |
| Binary | 10101111 | 11010 | 101000 | 0 | 1010101 | 1001101 | 11111 | 101100010 | 1001010 | 100111 |
Color Harmonies of #AF1A28
Complementary color
Monochromatic Colors of #AF1A28
Black with #AF1A28
Text Example
Text Example
White with #AF1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A28; }
p { color: rgb(175,26,40); }
H1.HeaderClassName
{
color: #AF1A28;
}
.AnyTagClassName
{
color: #AF1A28;
}
</style>
background-color css
<style>
a { background-color: #AF1A28; }
a { background-color: rgb(175,26,40); }
div.DivClassName
{
background-color: #AF1A28;
}
.BgClassName
{
background-color: #AF1A28;
}
</style>
border-color css
<style>
span { border-color: #AF1A28; }
span { border-color: rgb(175,26,40); }
td.TdClassName
{
border-color: #AF1A28;
}
.TagClassName
{
border-color: #AF1A28;
}
</style>