Shades of Cardinal #AF0F3C
Tints of Cardinal #AF0F3C
RGB
CMYK
RGB Variations
Color information
#AF0F3C (or 0xAF0F3C) is known color: Cardinal. HEX triplet: AF, 0F and 3C. RGB value is (175,15,60). Sum of RGB (Red+Green+Blue) = 175+15+60=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F3C is #50F0C3. Grayscale: #434343. Windows color (decimal): -5304516 or 3936175. OLE color: 3936175.
HSL color Cylindrical-coordinate representation of color #AF0F3C: hue angle of 343.12º degrees, saturation: 0.84, 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 #AF0F3C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.31 |
| HSL | 343.13º | 0.84% | 0.37% | - |
| HSV(B) | 343.13º | 0.91% | 0.69% | - |
| XYZ | 18.67 | 9.78 | 5.18 | - |
| YUV | 67.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 60 | 0 | 0.91 | 0.66 | 0.31 | 343.13 | 0.84 | 0.37 |
| Hex | AF | F | 3C | 0 | 5B | 42 | 1F | 157 | 54 | 25 |
| Octal | 257 | 17 | 74 | 0 | 133 | 102 | 37 | 527 | 124 | 45 |
| Binary | 10101111 | 1111 | 111100 | 0 | 1011011 | 1000010 | 11111 | 101010111 | 1010100 | 100101 |
Color Harmonies of #AF0F3C
Complementary color
Monochromatic Colors of #AF0F3C
Black with #AF0F3C
Text Example
Text Example
White with #AF0F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F3C; }
p { color: rgb(175,15,60); }
H1.HeaderClassName
{
color: #AF0F3C;
}
.AnyTagClassName
{
color: #AF0F3C;
}
</style>
background-color css
<style>
a { background-color: #AF0F3C; }
a { background-color: rgb(175,15,60); }
div.DivClassName
{
background-color: #AF0F3C;
}
.BgClassName
{
background-color: #AF0F3C;
}
</style>
border-color css
<style>
span { border-color: #AF0F3C; }
span { border-color: rgb(175,15,60); }
td.TdClassName
{
border-color: #AF0F3C;
}
.TagClassName
{
border-color: #AF0F3C;
}
</style>