Shades of Cardinal #AF1630
Tints of Cardinal #AF1630
RGB
CMYK
RGB Variations
Color information
#AF1630 (or 0xAF1630) is known color: Cardinal. HEX triplet: AF, 16 and 30. RGB value is (175,22,48). Sum of RGB (Red+Green+Blue) = 175+22+48=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1630 is #50E9CF. Grayscale: #464646. Windows color (decimal): -5302736 or 3151535. OLE color: 3151535.
HSL color Cylindrical-coordinate representation of color #AF1630: hue angle of 349.8º 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 #AF1630 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 48 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.31 |
| HSL | 349.8º | 0.78% | 0.39% | - |
| HSV(B) | 349.8º | 0.87% | 0.69% | - |
| XYZ | 18.5 | 9.9 | 3.73 | - |
| YUV | 70.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 48 | 0 | 0.87 | 0.73 | 0.31 | 349.8 | 0.78 | 0.39 |
| Hex | AF | 16 | 30 | 0 | 57 | 49 | 1F | 15E | 4E | 27 |
| Octal | 257 | 26 | 60 | 0 | 127 | 111 | 37 | 536 | 116 | 47 |
| Binary | 10101111 | 10110 | 110000 | 0 | 1010111 | 1001001 | 11111 | 101011110 | 1001110 | 100111 |
Color Harmonies of #AF1630
Complementary color
Monochromatic Colors of #AF1630
Black with #AF1630
Text Example
Text Example
White with #AF1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1630; }
p { color: rgb(175,22,48); }
H1.HeaderClassName
{
color: #AF1630;
}
.AnyTagClassName
{
color: #AF1630;
}
</style>
background-color css
<style>
a { background-color: #AF1630; }
a { background-color: rgb(175,22,48); }
div.DivClassName
{
background-color: #AF1630;
}
.BgClassName
{
background-color: #AF1630;
}
</style>
border-color css
<style>
span { border-color: #AF1630; }
span { border-color: rgb(175,22,48); }
td.TdClassName
{
border-color: #AF1630;
}
.TagClassName
{
border-color: #AF1630;
}
</style>