Shades of Cardinal #AF1A2D
Tints of Cardinal #AF1A2D
RGB
CMYK
RGB Variations
Color information
#AF1A2D (or 0xAF1A2D) is known color: Cardinal. HEX triplet: AF, 1A and 2D. RGB value is (175,26,45). Sum of RGB (Red+Green+Blue) = 175+26+45=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A2D is #50E5D2. Grayscale: #484848. Windows color (decimal): -5301715 or 2955951. OLE color: 2955951.
HSL color Cylindrical-coordinate representation of color #AF1A2D: hue angle of 352.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.31 |
| HSL | 352.35º | 0.74% | 0.39% | - |
| HSV(B) | 352.35º | 0.85% | 0.69% | - |
| XYZ | 18.52 | 10.04 | 3.44 | - |
| YUV | 72.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 45 | 0 | 0.85 | 0.74 | 0.31 | 352.35 | 0.74 | 0.39 |
| Hex | AF | 1A | 2D | 0 | 55 | 4A | 1F | 160 | 4A | 27 |
| Octal | 257 | 32 | 55 | 0 | 125 | 112 | 37 | 540 | 112 | 47 |
| Binary | 10101111 | 11010 | 101101 | 0 | 1010101 | 1001010 | 11111 | 101100000 | 1001010 | 100111 |
Color Harmonies of #AF1A2D
Complementary color
Monochromatic Colors of #AF1A2D
Black with #AF1A2D
Text Example
Text Example
White with #AF1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A2D; }
p { color: rgb(175,26,45); }
H1.HeaderClassName
{
color: #AF1A2D;
}
.AnyTagClassName
{
color: #AF1A2D;
}
</style>
background-color css
<style>
a { background-color: #AF1A2D; }
a { background-color: rgb(175,26,45); }
div.DivClassName
{
background-color: #AF1A2D;
}
.BgClassName
{
background-color: #AF1A2D;
}
</style>
border-color css
<style>
span { border-color: #AF1A2D; }
span { border-color: rgb(175,26,45); }
td.TdClassName
{
border-color: #AF1A2D;
}
.TagClassName
{
border-color: #AF1A2D;
}
</style>