Shades of Cardinal #AF223B
Tints of Cardinal #AF223B
RGB
CMYK
RGB Variations
Color information
#AF223B (or 0xAF223B) is known color: Cardinal. HEX triplet: AF, 22 and 3B. RGB value is (175,34,59). Sum of RGB (Red+Green+Blue) = 175+34+59=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223B is #50DDC4. Grayscale: #4F4F4F. Windows color (decimal): -5299653 or 3875503. OLE color: 3875503.
HSL color Cylindrical-coordinate representation of color #AF223B: hue angle of 349.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF223B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 59 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.31 |
| HSL | 349.36º | 0.67% | 0.41% | - |
| HSV(B) | 349.36º | 0.81% | 0.69% | - |
| XYZ | 19.04 | 10.57 | 5.18 | - |
| YUV | 79.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 59 | 0 | 0.81 | 0.66 | 0.31 | 349.36 | 0.67 | 0.41 |
| Hex | AF | 22 | 3B | 0 | 51 | 42 | 1F | 15D | 43 | 29 |
| Octal | 257 | 42 | 73 | 0 | 121 | 102 | 37 | 535 | 103 | 51 |
| Binary | 10101111 | 100010 | 111011 | 0 | 1010001 | 1000010 | 11111 | 101011101 | 1000011 | 101001 |
Color Harmonies of #AF223B
Complementary color
Monochromatic Colors of #AF223B
Black with #AF223B
Text Example
Text Example
White with #AF223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF223B; }
p { color: rgb(175,34,59); }
H1.HeaderClassName
{
color: #AF223B;
}
.AnyTagClassName
{
color: #AF223B;
}
</style>
background-color css
<style>
a { background-color: #AF223B; }
a { background-color: rgb(175,34,59); }
div.DivClassName
{
background-color: #AF223B;
}
.BgClassName
{
background-color: #AF223B;
}
</style>
border-color css
<style>
span { border-color: #AF223B; }
span { border-color: rgb(175,34,59); }
td.TdClassName
{
border-color: #AF223B;
}
.TagClassName
{
border-color: #AF223B;
}
</style>