Shades of Cardinal #AF232E
Tints of Cardinal #AF232E
RGB
CMYK
RGB Variations
Color information
#AF232E (or 0xAF232E) is known color: Cardinal. HEX triplet: AF, 23 and 2E. RGB value is (175,35,46). Sum of RGB (Red+Green+Blue) = 175+35+46=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF232E is #50DCD1. Grayscale: #4E4E4E. Windows color (decimal): -5299410 or 3023791. OLE color: 3023791.
HSL color Cylindrical-coordinate representation of color #AF232E: hue angle of 355.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF232E is Cyan = 0, Magento = 0.8, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 46 | - |
| CMYK | 0 | 0.8 | 0.74 | 0.31 |
| HSL | 355.29º | 0.67% | 0.41% | - |
| HSV(B) | 355.29º | 0.8% | 0.69% | - |
| XYZ | 18.77 | 10.51 | 3.62 | - |
| YUV | 78.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 46 | 0 | 0.8 | 0.74 | 0.31 | 355.29 | 0.67 | 0.41 |
| Hex | AF | 23 | 2E | 0 | 50 | 4A | 1F | 163 | 43 | 29 |
| Octal | 257 | 43 | 56 | 0 | 120 | 112 | 37 | 543 | 103 | 51 |
| Binary | 10101111 | 100011 | 101110 | 0 | 1010000 | 1001010 | 11111 | 101100011 | 1000011 | 101001 |
Color Harmonies of #AF232E
Complementary color
Monochromatic Colors of #AF232E
Black with #AF232E
Text Example
Text Example
White with #AF232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF232E; }
p { color: rgb(175,35,46); }
H1.HeaderClassName
{
color: #AF232E;
}
.AnyTagClassName
{
color: #AF232E;
}
</style>
background-color css
<style>
a { background-color: #AF232E; }
a { background-color: rgb(175,35,46); }
div.DivClassName
{
background-color: #AF232E;
}
.BgClassName
{
background-color: #AF232E;
}
</style>
border-color css
<style>
span { border-color: #AF232E; }
span { border-color: rgb(175,35,46); }
td.TdClassName
{
border-color: #AF232E;
}
.TagClassName
{
border-color: #AF232E;
}
</style>