Shades of Cardinal #AF2330
Tints of Cardinal #AF2330
RGB
CMYK
RGB Variations
Color information
#AF2330 (or 0xAF2330) is known color: Cardinal. HEX triplet: AF, 23 and 30. RGB value is (175,35,48). Sum of RGB (Red+Green+Blue) = 175+35+48=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2330 is #50DCCF. Grayscale: #4E4E4E. Windows color (decimal): -5299408 or 3154863. OLE color: 3154863.
HSL color Cylindrical-coordinate representation of color #AF2330: hue angle of 354.43º 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 #AF2330 is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 48 | - |
| CMYK | 0 | 0.8 | 0.73 | 0.31 |
| HSL | 354.43º | 0.67% | 0.41% | - |
| HSV(B) | 354.43º | 0.8% | 0.69% | - |
| XYZ | 18.81 | 10.53 | 3.84 | - |
| YUV | 78.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 48 | 0 | 0.8 | 0.73 | 0.31 | 354.43 | 0.67 | 0.41 |
| Hex | AF | 23 | 30 | 0 | 50 | 49 | 1F | 162 | 43 | 29 |
| Octal | 257 | 43 | 60 | 0 | 120 | 111 | 37 | 542 | 103 | 51 |
| Binary | 10101111 | 100011 | 110000 | 0 | 1010000 | 1001001 | 11111 | 101100010 | 1000011 | 101001 |
Color Harmonies of #AF2330
Complementary color
Monochromatic Colors of #AF2330
Black with #AF2330
Text Example
Text Example
White with #AF2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2330; }
p { color: rgb(175,35,48); }
H1.HeaderClassName
{
color: #AF2330;
}
.AnyTagClassName
{
color: #AF2330;
}
</style>
background-color css
<style>
a { background-color: #AF2330; }
a { background-color: rgb(175,35,48); }
div.DivClassName
{
background-color: #AF2330;
}
.BgClassName
{
background-color: #AF2330;
}
</style>
border-color css
<style>
span { border-color: #AF2330; }
span { border-color: rgb(175,35,48); }
td.TdClassName
{
border-color: #AF2330;
}
.TagClassName
{
border-color: #AF2330;
}
</style>