Shades of Cardinal #AF1B28
Tints of Cardinal #AF1B28
RGB
CMYK
RGB Variations
Color information
#AF1B28 (or 0xAF1B28) is known color: Cardinal. HEX triplet: AF, 1B and 28. RGB value is (175,27,40). Sum of RGB (Red+Green+Blue) = 175+27+40=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B28 is #50E4D7. Grayscale: #484848. Windows color (decimal): -5301464 or 2628527. OLE color: 2628527.
HSL color Cylindrical-coordinate representation of color #AF1B28: hue angle of 354.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B28 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 40 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.31 |
| HSL | 354.73º | 0.73% | 0.4% | - |
| HSV(B) | 354.73º | 0.85% | 0.69% | - |
| XYZ | 18.45 | 10.05 | 2.97 | - |
| YUV | 72.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 40 | 0 | 0.85 | 0.77 | 0.31 | 354.73 | 0.73 | 0.4 |
| Hex | AF | 1B | 28 | 0 | 55 | 4D | 1F | 163 | 49 | 28 |
| Octal | 257 | 33 | 50 | 0 | 125 | 115 | 37 | 543 | 111 | 50 |
| Binary | 10101111 | 11011 | 101000 | 0 | 1010101 | 1001101 | 11111 | 101100011 | 1001001 | 101000 |
Color Harmonies of #AF1B28
Complementary color
Monochromatic Colors of #AF1B28
Black with #AF1B28
Text Example
Text Example
White with #AF1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B28; }
p { color: rgb(175,27,40); }
H1.HeaderClassName
{
color: #AF1B28;
}
.AnyTagClassName
{
color: #AF1B28;
}
</style>
background-color css
<style>
a { background-color: #AF1B28; }
a { background-color: rgb(175,27,40); }
div.DivClassName
{
background-color: #AF1B28;
}
.BgClassName
{
background-color: #AF1B28;
}
</style>
border-color css
<style>
span { border-color: #AF1B28; }
span { border-color: rgb(175,27,40); }
td.TdClassName
{
border-color: #AF1B28;
}
.TagClassName
{
border-color: #AF1B28;
}
</style>