Shades of Cardinal #AF1641
Tints of Cardinal #AF1641
RGB
CMYK
RGB Variations
Color information
#AF1641 (or 0xAF1641) is known color: Cardinal. HEX triplet: AF, 16 and 41. RGB value is (175,22,65). Sum of RGB (Red+Green+Blue) = 175+22+65=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1641 is #50E9BE. Grayscale: #484848. Windows color (decimal): -5302719 or 4265647. OLE color: 4265647.
HSL color Cylindrical-coordinate representation of color #AF1641: hue angle of 343.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1641 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 65 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.31 |
| HSL | 343.14º | 0.78% | 0.39% | - |
| HSV(B) | 343.14º | 0.87% | 0.69% | - |
| XYZ | 18.92 | 10.07 | 5.95 | - |
| YUV | 72.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 65 | 0 | 0.87 | 0.63 | 0.31 | 343.14 | 0.78 | 0.39 |
| Hex | AF | 16 | 41 | 0 | 57 | 3F | 1F | 157 | 4E | 27 |
| Octal | 257 | 26 | 101 | 0 | 127 | 77 | 37 | 527 | 116 | 47 |
| Binary | 10101111 | 10110 | 1000001 | 0 | 1010111 | 111111 | 11111 | 101010111 | 1001110 | 100111 |
Color Harmonies of #AF1641
Complementary color
Monochromatic Colors of #AF1641
Black with #AF1641
Text Example
Text Example
White with #AF1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1641; }
p { color: rgb(175,22,65); }
H1.HeaderClassName
{
color: #AF1641;
}
.AnyTagClassName
{
color: #AF1641;
}
</style>
background-color css
<style>
a { background-color: #AF1641; }
a { background-color: rgb(175,22,65); }
div.DivClassName
{
background-color: #AF1641;
}
.BgClassName
{
background-color: #AF1641;
}
</style>
border-color css
<style>
span { border-color: #AF1641; }
span { border-color: rgb(175,22,65); }
td.TdClassName
{
border-color: #AF1641;
}
.TagClassName
{
border-color: #AF1641;
}
</style>