Shades of Cardinal #AF143B
Tints of Cardinal #AF143B
RGB
CMYK
RGB Variations
Color information
#AF143B (or 0xAF143B) is known color: Cardinal. HEX triplet: AF, 14 and 3B. RGB value is (175,20,59). Sum of RGB (Red+Green+Blue) = 175+20+59=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF143B is #50EBC4. Grayscale: #464646. Windows color (decimal): -5303237 or 3871919. OLE color: 3871919.
HSL color Cylindrical-coordinate representation of color #AF143B: hue angle of 344.9º degrees, saturation: 0.79, 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 #AF143B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 59 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.31 |
| HSL | 344.9º | 0.79% | 0.38% | - |
| HSV(B) | 344.9º | 0.89% | 0.69% | - |
| XYZ | 18.72 | 9.93 | 5.07 | - |
| YUV | 70.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 59 | 0 | 0.89 | 0.66 | 0.31 | 344.9 | 0.79 | 0.38 |
| Hex | AF | 14 | 3B | 0 | 59 | 42 | 1F | 159 | 4F | 26 |
| Octal | 257 | 24 | 73 | 0 | 131 | 102 | 37 | 531 | 117 | 46 |
| Binary | 10101111 | 10100 | 111011 | 0 | 1011001 | 1000010 | 11111 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AF143B
Complementary color
Monochromatic Colors of #AF143B
Black with #AF143B
Text Example
Text Example
White with #AF143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF143B; }
p { color: rgb(175,20,59); }
H1.HeaderClassName
{
color: #AF143B;
}
.AnyTagClassName
{
color: #AF143B;
}
</style>
background-color css
<style>
a { background-color: #AF143B; }
a { background-color: rgb(175,20,59); }
div.DivClassName
{
background-color: #AF143B;
}
.BgClassName
{
background-color: #AF143B;
}
</style>
border-color css
<style>
span { border-color: #AF143B; }
span { border-color: rgb(175,20,59); }
td.TdClassName
{
border-color: #AF143B;
}
.TagClassName
{
border-color: #AF143B;
}
</style>