Shades of Cardinal #AF1B42
Tints of Cardinal #AF1B42
RGB
CMYK
RGB Variations
Color information
#AF1B42 (or 0xAF1B42) is known color: Cardinal. HEX triplet: AF, 1B and 42. RGB value is (175,27,66). Sum of RGB (Red+Green+Blue) = 175+27+66=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B42 is #50E4BD. Grayscale: #4B4B4B. Windows color (decimal): -5301438 or 4332463. OLE color: 4332463.
HSL color Cylindrical-coordinate representation of color #AF1B42: hue angle of 344.19º 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 #AF1B42 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 66 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.31 |
| HSL | 344.19º | 0.73% | 0.4% | - |
| HSV(B) | 344.19º | 0.85% | 0.69% | - |
| XYZ | 19.05 | 10.29 | 6.14 | - |
| YUV | 75.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 66 | 0 | 0.85 | 0.62 | 0.31 | 344.19 | 0.73 | 0.4 |
| Hex | AF | 1B | 42 | 0 | 55 | 3E | 1F | 158 | 49 | 28 |
| Octal | 257 | 33 | 102 | 0 | 125 | 76 | 37 | 530 | 111 | 50 |
| Binary | 10101111 | 11011 | 1000010 | 0 | 1010101 | 111110 | 11111 | 101011000 | 1001001 | 101000 |
Color Harmonies of #AF1B42
Complementary color
Monochromatic Colors of #AF1B42
Black with #AF1B42
Text Example
Text Example
White with #AF1B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B42; }
p { color: rgb(175,27,66); }
H1.HeaderClassName
{
color: #AF1B42;
}
.AnyTagClassName
{
color: #AF1B42;
}
</style>
background-color css
<style>
a { background-color: #AF1B42; }
a { background-color: rgb(175,27,66); }
div.DivClassName
{
background-color: #AF1B42;
}
.BgClassName
{
background-color: #AF1B42;
}
</style>
border-color css
<style>
span { border-color: #AF1B42; }
span { border-color: rgb(175,27,66); }
td.TdClassName
{
border-color: #AF1B42;
}
.TagClassName
{
border-color: #AF1B42;
}
</style>