Shades of Cardinal #AF1943
Tints of Cardinal #AF1943
RGB
CMYK
RGB Variations
Color information
#AF1943 (or 0xAF1943) is known color: Cardinal. HEX triplet: AF, 19 and 43. RGB value is (175,25,67). Sum of RGB (Red+Green+Blue) = 175+25+67=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1943 is #50E6BC. Grayscale: #4A4A4A. Windows color (decimal): -5301949 or 4397487. OLE color: 4397487.
HSL color Cylindrical-coordinate representation of color #AF1943: hue angle of 343.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1943 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 67 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.31 |
| HSL | 343.2º | 0.75% | 0.39% | - |
| HSV(B) | 343.2º | 0.86% | 0.69% | - |
| XYZ | 19.04 | 10.21 | 6.28 | - |
| YUV | 74.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 67 | 0 | 0.86 | 0.62 | 0.31 | 343.2 | 0.75 | 0.39 |
| Hex | AF | 19 | 43 | 0 | 56 | 3E | 1F | 157 | 4B | 27 |
| Octal | 257 | 31 | 103 | 0 | 126 | 76 | 37 | 527 | 113 | 47 |
| Binary | 10101111 | 11001 | 1000011 | 0 | 1010110 | 111110 | 11111 | 101010111 | 1001011 | 100111 |
Color Harmonies of #AF1943
Complementary color
Monochromatic Colors of #AF1943
Black with #AF1943
Text Example
Text Example
White with #AF1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1943; }
p { color: rgb(175,25,67); }
H1.HeaderClassName
{
color: #AF1943;
}
.AnyTagClassName
{
color: #AF1943;
}
</style>
background-color css
<style>
a { background-color: #AF1943; }
a { background-color: rgb(175,25,67); }
div.DivClassName
{
background-color: #AF1943;
}
.BgClassName
{
background-color: #AF1943;
}
</style>
border-color css
<style>
span { border-color: #AF1943; }
span { border-color: rgb(175,25,67); }
td.TdClassName
{
border-color: #AF1943;
}
.TagClassName
{
border-color: #AF1943;
}
</style>