Shades of Cardinal #AF102B
Tints of Cardinal #AF102B
RGB
CMYK
RGB Variations
Color information
#AF102B (or 0xAF102B) is known color: Cardinal. HEX triplet: AF, 10 and 2B. RGB value is (175,16,43). Sum of RGB (Red+Green+Blue) = 175+16+43=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF102B is #50EFD4. Grayscale: #424242. Windows color (decimal): -5304277 or 2822319. OLE color: 2822319.
HSL color Cylindrical-coordinate representation of color #AF102B: hue angle of 349.81º 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 #AF102B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 43 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.31 |
| HSL | 349.81º | 0.83% | 0.37% | - |
| HSV(B) | 349.81º | 0.91% | 0.69% | - |
| XYZ | 18.3 | 9.66 | 3.19 | - |
| YUV | 66.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 43 | 0 | 0.91 | 0.75 | 0.31 | 349.81 | 0.83 | 0.37 |
| Hex | AF | 10 | 2B | 0 | 5B | 4B | 1F | 15E | 53 | 25 |
| Octal | 257 | 20 | 53 | 0 | 133 | 113 | 37 | 536 | 123 | 45 |
| Binary | 10101111 | 10000 | 101011 | 0 | 1011011 | 1001011 | 11111 | 101011110 | 1010011 | 100101 |
Color Harmonies of #AF102B
Complementary color
Monochromatic Colors of #AF102B
Black with #AF102B
Text Example
Text Example
White with #AF102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF102B; }
p { color: rgb(175,16,43); }
H1.HeaderClassName
{
color: #AF102B;
}
.AnyTagClassName
{
color: #AF102B;
}
</style>
background-color css
<style>
a { background-color: #AF102B; }
a { background-color: rgb(175,16,43); }
div.DivClassName
{
background-color: #AF102B;
}
.BgClassName
{
background-color: #AF102B;
}
</style>
border-color css
<style>
span { border-color: #AF102B; }
span { border-color: rgb(175,16,43); }
td.TdClassName
{
border-color: #AF102B;
}
.TagClassName
{
border-color: #AF102B;
}
</style>