Shades of Cardinal #AF1A2F
Tints of Cardinal #AF1A2F
RGB
CMYK
RGB Variations
Color information
#AF1A2F (or 0xAF1A2F) is known color: Cardinal. HEX triplet: AF, 1A and 2F. RGB value is (175,26,47). Sum of RGB (Red+Green+Blue) = 175+26+47=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A2F is #50E5D0. Grayscale: #494949. Windows color (decimal): -5301713 or 3087023. OLE color: 3087023.
HSL color Cylindrical-coordinate representation of color #AF1A2F: hue angle of 351.54º 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 #AF1A2F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 47 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.31 |
| HSL | 351.54º | 0.74% | 0.39% | - |
| HSV(B) | 351.54º | 0.85% | 0.69% | - |
| XYZ | 18.56 | 10.06 | 3.65 | - |
| YUV | 72.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 47 | 0 | 0.85 | 0.73 | 0.31 | 351.54 | 0.74 | 0.39 |
| Hex | AF | 1A | 2F | 0 | 55 | 49 | 1F | 160 | 4A | 27 |
| Octal | 257 | 32 | 57 | 0 | 125 | 111 | 37 | 540 | 112 | 47 |
| Binary | 10101111 | 11010 | 101111 | 0 | 1010101 | 1001001 | 11111 | 101100000 | 1001010 | 100111 |
Color Harmonies of #AF1A2F
Complementary color
Monochromatic Colors of #AF1A2F
Black with #AF1A2F
Text Example
Text Example
White with #AF1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A2F; }
p { color: rgb(175,26,47); }
H1.HeaderClassName
{
color: #AF1A2F;
}
.AnyTagClassName
{
color: #AF1A2F;
}
</style>
background-color css
<style>
a { background-color: #AF1A2F; }
a { background-color: rgb(175,26,47); }
div.DivClassName
{
background-color: #AF1A2F;
}
.BgClassName
{
background-color: #AF1A2F;
}
</style>
border-color css
<style>
span { border-color: #AF1A2F; }
span { border-color: rgb(175,26,47); }
td.TdClassName
{
border-color: #AF1A2F;
}
.TagClassName
{
border-color: #AF1A2F;
}
</style>