Shades of Cardinal #AF0F3A
Tints of Cardinal #AF0F3A
RGB
CMYK
RGB Variations
Color information
#AF0F3A (or 0xAF0F3A) is known color: Cardinal. HEX triplet: AF, 0F and 3A. RGB value is (175,15,58). Sum of RGB (Red+Green+Blue) = 175+15+58=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F3A is #50F0C5. Grayscale: #434343. Windows color (decimal): -5304518 or 3805103. OLE color: 3805103.
HSL color Cylindrical-coordinate representation of color #AF0F3A: hue angle of 343.88º 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 #AF0F3A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 58 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.31 |
| HSL | 343.88º | 0.84% | 0.37% | - |
| HSV(B) | 343.88º | 0.91% | 0.69% | - |
| XYZ | 18.61 | 9.76 | 4.91 | - |
| YUV | 67.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 58 | 0 | 0.91 | 0.67 | 0.31 | 343.88 | 0.84 | 0.37 |
| Hex | AF | F | 3A | 0 | 5B | 43 | 1F | 158 | 54 | 25 |
| Octal | 257 | 17 | 72 | 0 | 133 | 103 | 37 | 530 | 124 | 45 |
| Binary | 10101111 | 1111 | 111010 | 0 | 1011011 | 1000011 | 11111 | 101011000 | 1010100 | 100101 |
Color Harmonies of #AF0F3A
Complementary color
Monochromatic Colors of #AF0F3A
Black with #AF0F3A
Text Example
Text Example
White with #AF0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F3A; }
p { color: rgb(175,15,58); }
H1.HeaderClassName
{
color: #AF0F3A;
}
.AnyTagClassName
{
color: #AF0F3A;
}
</style>
background-color css
<style>
a { background-color: #AF0F3A; }
a { background-color: rgb(175,15,58); }
div.DivClassName
{
background-color: #AF0F3A;
}
.BgClassName
{
background-color: #AF0F3A;
}
</style>
border-color css
<style>
span { border-color: #AF0F3A; }
span { border-color: rgb(175,15,58); }
td.TdClassName
{
border-color: #AF0F3A;
}
.TagClassName
{
border-color: #AF0F3A;
}
</style>