Shades of Cardinal #AF133C
Tints of Cardinal #AF133C
RGB
CMYK
RGB Variations
Color information
#AF133C (or 0xAF133C) is known color: Cardinal. HEX triplet: AF, 13 and 3C. RGB value is (175,19,60). Sum of RGB (Red+Green+Blue) = 175+19+60=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF133C is #50ECC3. Grayscale: #464646. Windows color (decimal): -5303492 or 3937199. OLE color: 3937199.
HSL color Cylindrical-coordinate representation of color #AF133C: hue angle of 344.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF133C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 60 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.31 |
| HSL | 344.23º | 0.8% | 0.38% | - |
| HSV(B) | 344.23º | 0.89% | 0.69% | - |
| XYZ | 18.73 | 9.91 | 5.2 | - |
| YUV | 70.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 60 | 0 | 0.89 | 0.66 | 0.31 | 344.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 3C | 0 | 59 | 42 | 1F | 158 | 50 | 26 |
| Octal | 257 | 23 | 74 | 0 | 131 | 102 | 37 | 530 | 120 | 46 |
| Binary | 10101111 | 10011 | 111100 | 0 | 1011001 | 1000010 | 11111 | 101011000 | 1010000 | 100110 |
Color Harmonies of #AF133C
Complementary color
Monochromatic Colors of #AF133C
Black with #AF133C
Text Example
Text Example
White with #AF133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF133C; }
p { color: rgb(175,19,60); }
H1.HeaderClassName
{
color: #AF133C;
}
.AnyTagClassName
{
color: #AF133C;
}
</style>
background-color css
<style>
a { background-color: #AF133C; }
a { background-color: rgb(175,19,60); }
div.DivClassName
{
background-color: #AF133C;
}
.BgClassName
{
background-color: #AF133C;
}
</style>
border-color css
<style>
span { border-color: #AF133C; }
span { border-color: rgb(175,19,60); }
td.TdClassName
{
border-color: #AF133C;
}
.TagClassName
{
border-color: #AF133C;
}
</style>