Shades of Cardinal #AF0435
Tints of Cardinal #AF0435
RGB
CMYK
RGB Variations
Color information
#AF0435 (or 0xAF0435) is known color: Cardinal. HEX triplet: AF, 04 and 35. RGB value is (175,4,53). Sum of RGB (Red+Green+Blue) = 175+4+53=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0435 is #50FBCA. Grayscale: #3C3C3C. Windows color (decimal): -5307339 or 3474607. OLE color: 3474607.
HSL color Cylindrical-coordinate representation of color #AF0435: hue angle of 342.81º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0435 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.31 |
| HSL | 342.81º | 0.96% | 0.35% | - |
| HSV(B) | 342.81º | 0.98% | 0.69% | - |
| XYZ | 18.37 | 9.46 | 4.23 | - |
| YUV | 60.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 53 | 0 | 0.98 | 0.70 | 0.31 | 342.81 | 0.96 | 0.35 |
| Hex | AF | 4 | 35 | 0 | 62 | 46 | 1F | 157 | 60 | 23 |
| Octal | 257 | 4 | 65 | 0 | 142 | 106 | 37 | 527 | 140 | 43 |
| Binary | 10101111 | 100 | 110101 | 0 | 1100010 | 1000110 | 11111 | 101010111 | 1100000 | 100011 |
Color Harmonies of #AF0435
Complementary color
Monochromatic Colors of #AF0435
Black with #AF0435
Text Example
Text Example
White with #AF0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0435; }
p { color: rgb(175,4,53); }
H1.HeaderClassName
{
color: #AF0435;
}
.AnyTagClassName
{
color: #AF0435;
}
</style>
background-color css
<style>
a { background-color: #AF0435; }
a { background-color: rgb(175,4,53); }
div.DivClassName
{
background-color: #AF0435;
}
.BgClassName
{
background-color: #AF0435;
}
</style>
border-color css
<style>
span { border-color: #AF0435; }
span { border-color: rgb(175,4,53); }
td.TdClassName
{
border-color: #AF0435;
}
.TagClassName
{
border-color: #AF0435;
}
</style>