Shades of Cardinal #AF003C
Tints of Cardinal #AF003C
RGB
CMYK
RGB Variations
Color information
#AF003C (or 0xAF003C) is known color: Cardinal. HEX triplet: AF, 00 and 3C. RGB value is (175,0,60). Sum of RGB (Red+Green+Blue) = 175+0+60=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF003C is #50FFC3. Grayscale: #3B3B3B. Windows color (decimal): -5308356 or 3932335. OLE color: 3932335.
HSL color Cylindrical-coordinate representation of color #AF003C: hue angle of 339.43º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF003C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.66 | 0.31 |
| HSL | 339.43º | 1% | 0.34% | - |
| HSV(B) | 339.43º | 1% | 0.69% | - |
| XYZ | 18.49 | 9.44 | 5.12 | - |
| YUV | 59.17 | 128.48 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 60 | 0 | 1 | 0.66 | 0.31 | 339.43 | 1 | 0.34 |
| Hex | AF | 0 | 3C | 0 | 64 | 42 | 1F | 153 | 64 | 22 |
| Octal | 257 | 0 | 74 | 0 | 144 | 102 | 37 | 523 | 144 | 42 |
| Binary | 10101111 | 0 | 111100 | 0 | 1100100 | 1000010 | 11111 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AF003C
Complementary color
Monochromatic Colors of #AF003C
Black with #AF003C
Text Example
Text Example
White with #AF003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF003C; }
p { color: rgb(175,0,60); }
H1.HeaderClassName
{
color: #AF003C;
}
.AnyTagClassName
{
color: #AF003C;
}
</style>
background-color css
<style>
a { background-color: #AF003C; }
a { background-color: rgb(175,0,60); }
div.DivClassName
{
background-color: #AF003C;
}
.BgClassName
{
background-color: #AF003C;
}
</style>
border-color css
<style>
span { border-color: #AF003C; }
span { border-color: rgb(175,0,60); }
td.TdClassName
{
border-color: #AF003C;
}
.TagClassName
{
border-color: #AF003C;
}
</style>