Shades of Cardinal #AF133B
Tints of Cardinal #AF133B
RGB
CMYK
RGB Variations
Color information
#AF133B (or 0xAF133B) is known color: Cardinal. HEX triplet: AF, 13 and 3B. RGB value is (175,19,59). Sum of RGB (Red+Green+Blue) = 175+19+59=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF133B is #50ECC4. Grayscale: #464646. Windows color (decimal): -5303493 or 3871663. OLE color: 3871663.
HSL color Cylindrical-coordinate representation of color #AF133B: hue angle of 344.62º 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 #AF133B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 59 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.31 |
| HSL | 344.62º | 0.8% | 0.38% | - |
| HSV(B) | 344.62º | 0.89% | 0.69% | - |
| XYZ | 18.7 | 9.9 | 5.06 | - |
| YUV | 70.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 59 | 0 | 0.89 | 0.66 | 0.31 | 344.62 | 0.8 | 0.38 |
| Hex | AF | 13 | 3B | 0 | 59 | 42 | 1F | 159 | 50 | 26 |
| Octal | 257 | 23 | 73 | 0 | 131 | 102 | 37 | 531 | 120 | 46 |
| Binary | 10101111 | 10011 | 111011 | 0 | 1011001 | 1000010 | 11111 | 101011001 | 1010000 | 100110 |
Color Harmonies of #AF133B
Complementary color
Monochromatic Colors of #AF133B
Black with #AF133B
Text Example
Text Example
White with #AF133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF133B; }
p { color: rgb(175,19,59); }
H1.HeaderClassName
{
color: #AF133B;
}
.AnyTagClassName
{
color: #AF133B;
}
</style>
background-color css
<style>
a { background-color: #AF133B; }
a { background-color: rgb(175,19,59); }
div.DivClassName
{
background-color: #AF133B;
}
.BgClassName
{
background-color: #AF133B;
}
</style>
border-color css
<style>
span { border-color: #AF133B; }
span { border-color: rgb(175,19,59); }
td.TdClassName
{
border-color: #AF133B;
}
.TagClassName
{
border-color: #AF133B;
}
</style>