Shades of Cardinal #AF093D
Tints of Cardinal #AF093D
RGB
CMYK
RGB Variations
Color information
#AF093D (or 0xAF093D) is known color: Cardinal. HEX triplet: AF, 09 and 3D. RGB value is (175,9,61). Sum of RGB (Red+Green+Blue) = 175+9+61=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF093D is #50F6C2. Grayscale: #404040. Windows color (decimal): -5306051 or 4000175. OLE color: 4000175.
HSL color Cylindrical-coordinate representation of color #AF093D: hue angle of 341.2º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF093D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.31 |
| HSL | 341.2º | 0.9% | 0.36% | - |
| HSV(B) | 341.2º | 0.95% | 0.69% | - |
| XYZ | 18.62 | 9.65 | 5.3 | - |
| YUV | 64.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 61 | 0 | 0.95 | 0.65 | 0.31 | 341.2 | 0.9 | 0.36 |
| Hex | AF | 9 | 3D | 0 | 5F | 41 | 1F | 155 | 5A | 24 |
| Octal | 257 | 11 | 75 | 0 | 137 | 101 | 37 | 525 | 132 | 44 |
| Binary | 10101111 | 1001 | 111101 | 0 | 1011111 | 1000001 | 11111 | 101010101 | 1011010 | 100100 |
Color Harmonies of #AF093D
Complementary color
Monochromatic Colors of #AF093D
Black with #AF093D
Text Example
Text Example
White with #AF093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF093D; }
p { color: rgb(175,9,61); }
H1.HeaderClassName
{
color: #AF093D;
}
.AnyTagClassName
{
color: #AF093D;
}
</style>
background-color css
<style>
a { background-color: #AF093D; }
a { background-color: rgb(175,9,61); }
div.DivClassName
{
background-color: #AF093D;
}
.BgClassName
{
background-color: #AF093D;
}
</style>
border-color css
<style>
span { border-color: #AF093D; }
span { border-color: rgb(175,9,61); }
td.TdClassName
{
border-color: #AF093D;
}
.TagClassName
{
border-color: #AF093D;
}
</style>