Shades of Cardinal #AF082F
Tints of Cardinal #AF082F
RGB
CMYK
RGB Variations
Color information
#AF082F (or 0xAF082F) is known color: Cardinal. HEX triplet: AF, 08 and 2F. RGB value is (175,8,47). Sum of RGB (Red+Green+Blue) = 175+8+47=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF082F is #50F7D0. Grayscale: #3E3E3E. Windows color (decimal): -5306321 or 3082415. OLE color: 3082415.
HSL color Cylindrical-coordinate representation of color #AF082F: hue angle of 345.99º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF082F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 47 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.31 |
| HSL | 345.99º | 0.91% | 0.36% | - |
| HSV(B) | 345.99º | 0.95% | 0.69% | - |
| XYZ | 18.28 | 9.49 | 3.56 | - |
| YUV | 62.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 47 | 0 | 0.95 | 0.73 | 0.31 | 345.99 | 0.91 | 0.36 |
| Hex | AF | 8 | 2F | 0 | 5F | 49 | 1F | 15A | 5B | 24 |
| Octal | 257 | 10 | 57 | 0 | 137 | 111 | 37 | 532 | 133 | 44 |
| Binary | 10101111 | 1000 | 101111 | 0 | 1011111 | 1001001 | 11111 | 101011010 | 1011011 | 100100 |
Color Harmonies of #AF082F
Complementary color
Monochromatic Colors of #AF082F
Black with #AF082F
Text Example
Text Example
White with #AF082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF082F; }
p { color: rgb(175,8,47); }
H1.HeaderClassName
{
color: #AF082F;
}
.AnyTagClassName
{
color: #AF082F;
}
</style>
background-color css
<style>
a { background-color: #AF082F; }
a { background-color: rgb(175,8,47); }
div.DivClassName
{
background-color: #AF082F;
}
.BgClassName
{
background-color: #AF082F;
}
</style>
border-color css
<style>
span { border-color: #AF082F; }
span { border-color: rgb(175,8,47); }
td.TdClassName
{
border-color: #AF082F;
}
.TagClassName
{
border-color: #AF082F;
}
</style>