Shades of Cardinal #AF233B
Tints of Cardinal #AF233B
RGB
CMYK
RGB Variations
Color information
#AF233B (or 0xAF233B) is known color: Cardinal. HEX triplet: AF, 23 and 3B. RGB value is (175,35,59). Sum of RGB (Red+Green+Blue) = 175+35+59=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF233B is #50DCC4. Grayscale: #4F4F4F. Windows color (decimal): -5299397 or 3875759. OLE color: 3875759.
HSL color Cylindrical-coordinate representation of color #AF233B: hue angle of 349.71º 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 #AF233B is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 59 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.31 |
| HSL | 349.71º | 0.67% | 0.41% | - |
| HSV(B) | 349.71º | 0.8% | 0.69% | - |
| XYZ | 19.07 | 10.63 | 5.18 | - |
| YUV | 79.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 59 | 0 | 0.8 | 0.66 | 0.31 | 349.71 | 0.67 | 0.41 |
| Hex | AF | 23 | 3B | 0 | 50 | 42 | 1F | 15E | 43 | 29 |
| Octal | 257 | 43 | 73 | 0 | 120 | 102 | 37 | 536 | 103 | 51 |
| Binary | 10101111 | 100011 | 111011 | 0 | 1010000 | 1000010 | 11111 | 101011110 | 1000011 | 101001 |
Color Harmonies of #AF233B
Complementary color
Monochromatic Colors of #AF233B
Black with #AF233B
Text Example
Text Example
White with #AF233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF233B; }
p { color: rgb(175,35,59); }
H1.HeaderClassName
{
color: #AF233B;
}
.AnyTagClassName
{
color: #AF233B;
}
</style>
background-color css
<style>
a { background-color: #AF233B; }
a { background-color: rgb(175,35,59); }
div.DivClassName
{
background-color: #AF233B;
}
.BgClassName
{
background-color: #AF233B;
}
</style>
border-color css
<style>
span { border-color: #AF233B; }
span { border-color: rgb(175,35,59); }
td.TdClassName
{
border-color: #AF233B;
}
.TagClassName
{
border-color: #AF233B;
}
</style>