Shades of Cardinal #AF083B
Tints of Cardinal #AF083B
RGB
CMYK
RGB Variations
Color information
#AF083B (or 0xAF083B) is known color: Cardinal. HEX triplet: AF, 08 and 3B. RGB value is (175,8,59). Sum of RGB (Red+Green+Blue) = 175+8+59=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF083B is #50F7C4. Grayscale: #3F3F3F. Windows color (decimal): -5306309 or 3868847. OLE color: 3868847.
HSL color Cylindrical-coordinate representation of color #AF083B: hue angle of 341.68º 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 #AF083B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 59 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.31 |
| HSL | 341.68º | 0.91% | 0.36% | - |
| HSV(B) | 341.68º | 0.95% | 0.69% | - |
| XYZ | 18.56 | 9.6 | 5.01 | - |
| YUV | 63.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 59 | 0 | 0.95 | 0.66 | 0.31 | 341.68 | 0.91 | 0.36 |
| Hex | AF | 8 | 3B | 0 | 5F | 42 | 1F | 156 | 5B | 24 |
| Octal | 257 | 10 | 73 | 0 | 137 | 102 | 37 | 526 | 133 | 44 |
| Binary | 10101111 | 1000 | 111011 | 0 | 1011111 | 1000010 | 11111 | 101010110 | 1011011 | 100100 |
Color Harmonies of #AF083B
Complementary color
Monochromatic Colors of #AF083B
Black with #AF083B
Text Example
Text Example
White with #AF083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF083B; }
p { color: rgb(175,8,59); }
H1.HeaderClassName
{
color: #AF083B;
}
.AnyTagClassName
{
color: #AF083B;
}
</style>
background-color css
<style>
a { background-color: #AF083B; }
a { background-color: rgb(175,8,59); }
div.DivClassName
{
background-color: #AF083B;
}
.BgClassName
{
background-color: #AF083B;
}
</style>
border-color css
<style>
span { border-color: #AF083B; }
span { border-color: rgb(175,8,59); }
td.TdClassName
{
border-color: #AF083B;
}
.TagClassName
{
border-color: #AF083B;
}
</style>