Shades of Cardinal #AF1632
Tints of Cardinal #AF1632
RGB
CMYK
RGB Variations
Color information
#AF1632 (or 0xAF1632) is known color: Cardinal. HEX triplet: AF, 16 and 32. RGB value is (175,22,50). Sum of RGB (Red+Green+Blue) = 175+22+50=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1632 is #50E9CD. Grayscale: #464646. Windows color (decimal): -5302734 or 3282607. OLE color: 3282607.
HSL color Cylindrical-coordinate representation of color #AF1632: hue angle of 349.02º 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 #AF1632 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 50 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.31 |
| HSL | 349.02º | 0.78% | 0.39% | - |
| HSV(B) | 349.02º | 0.87% | 0.69% | - |
| XYZ | 18.54 | 9.92 | 3.95 | - |
| YUV | 70.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 50 | 0 | 0.87 | 0.71 | 0.31 | 349.02 | 0.78 | 0.39 |
| Hex | AF | 16 | 32 | 0 | 57 | 47 | 1F | 15D | 4E | 27 |
| Octal | 257 | 26 | 62 | 0 | 127 | 107 | 37 | 535 | 116 | 47 |
| Binary | 10101111 | 10110 | 110010 | 0 | 1010111 | 1000111 | 11111 | 101011101 | 1001110 | 100111 |
Color Harmonies of #AF1632
Complementary color
Monochromatic Colors of #AF1632
Black with #AF1632
Text Example
Text Example
White with #AF1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1632; }
p { color: rgb(175,22,50); }
H1.HeaderClassName
{
color: #AF1632;
}
.AnyTagClassName
{
color: #AF1632;
}
</style>
background-color css
<style>
a { background-color: #AF1632; }
a { background-color: rgb(175,22,50); }
div.DivClassName
{
background-color: #AF1632;
}
.BgClassName
{
background-color: #AF1632;
}
</style>
border-color css
<style>
span { border-color: #AF1632; }
span { border-color: rgb(175,22,50); }
td.TdClassName
{
border-color: #AF1632;
}
.TagClassName
{
border-color: #AF1632;
}
</style>