Shades of Cardinal #AF1B40
Tints of Cardinal #AF1B40
RGB
CMYK
RGB Variations
Color information
#AF1B40 (or 0xAF1B40) is known color: Cardinal. HEX triplet: AF, 1B and 40. RGB value is (175,27,64). Sum of RGB (Red+Green+Blue) = 175+27+64=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B40 is #50E4BF. Grayscale: #4B4B4B. Windows color (decimal): -5301440 or 4201391. OLE color: 4201391.
HSL color Cylindrical-coordinate representation of color #AF1B40: hue angle of 345º 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 #AF1B40 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 64 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.31 |
| HSL | 345º | 0.73% | 0.4% | - |
| HSV(B) | 345º | 0.85% | 0.69% | - |
| XYZ | 19 | 10.27 | 5.83 | - |
| YUV | 75.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 64 | 0 | 0.85 | 0.63 | 0.31 | 345 | 0.73 | 0.4 |
| Hex | AF | 1B | 40 | 0 | 55 | 3F | 1F | 159 | 49 | 28 |
| Octal | 257 | 33 | 100 | 0 | 125 | 77 | 37 | 531 | 111 | 50 |
| Binary | 10101111 | 11011 | 1000000 | 0 | 1010101 | 111111 | 11111 | 101011001 | 1001001 | 101000 |
Color Harmonies of #AF1B40
Complementary color
Monochromatic Colors of #AF1B40
Black with #AF1B40
Text Example
Text Example
White with #AF1B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B40; }
p { color: rgb(175,27,64); }
H1.HeaderClassName
{
color: #AF1B40;
}
.AnyTagClassName
{
color: #AF1B40;
}
</style>
background-color css
<style>
a { background-color: #AF1B40; }
a { background-color: rgb(175,27,64); }
div.DivClassName
{
background-color: #AF1B40;
}
.BgClassName
{
background-color: #AF1B40;
}
</style>
border-color css
<style>
span { border-color: #AF1B40; }
span { border-color: rgb(175,27,64); }
td.TdClassName
{
border-color: #AF1B40;
}
.TagClassName
{
border-color: #AF1B40;
}
</style>