Shades of Cardinal #AF102E
Tints of Cardinal #AF102E
RGB
CMYK
RGB Variations
Color information
#AF102E (or 0xAF102E) is known color: Cardinal. HEX triplet: AF, 10 and 2E. RGB value is (175,16,46). Sum of RGB (Red+Green+Blue) = 175+16+46=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF102E is #50EFD1. Grayscale: #434343. Windows color (decimal): -5304274 or 3018927. OLE color: 3018927.
HSL color Cylindrical-coordinate representation of color #AF102E: hue angle of 348.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF102E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 46 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.31 |
| HSL | 348.68º | 0.83% | 0.37% | - |
| HSV(B) | 348.68º | 0.91% | 0.69% | - |
| XYZ | 18.36 | 9.68 | 3.49 | - |
| YUV | 66.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 46 | 0 | 0.91 | 0.74 | 0.31 | 348.68 | 0.83 | 0.37 |
| Hex | AF | 10 | 2E | 0 | 5B | 4A | 1F | 15D | 53 | 25 |
| Octal | 257 | 20 | 56 | 0 | 133 | 112 | 37 | 535 | 123 | 45 |
| Binary | 10101111 | 10000 | 101110 | 0 | 1011011 | 1001010 | 11111 | 101011101 | 1010011 | 100101 |
Color Harmonies of #AF102E
Complementary color
Monochromatic Colors of #AF102E
Black with #AF102E
Text Example
Text Example
White with #AF102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF102E; }
p { color: rgb(175,16,46); }
H1.HeaderClassName
{
color: #AF102E;
}
.AnyTagClassName
{
color: #AF102E;
}
</style>
background-color css
<style>
a { background-color: #AF102E; }
a { background-color: rgb(175,16,46); }
div.DivClassName
{
background-color: #AF102E;
}
.BgClassName
{
background-color: #AF102E;
}
</style>
border-color css
<style>
span { border-color: #AF102E; }
span { border-color: rgb(175,16,46); }
td.TdClassName
{
border-color: #AF102E;
}
.TagClassName
{
border-color: #AF102E;
}
</style>