Shades of Cardinal #AF1B2D
Tints of Cardinal #AF1B2D
RGB
CMYK
RGB Variations
Color information
#AF1B2D (or 0xAF1B2D) is known color: Cardinal. HEX triplet: AF, 1B and 2D. RGB value is (175,27,45). Sum of RGB (Red+Green+Blue) = 175+27+45=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B2D is #50E4D2. Grayscale: #494949. Windows color (decimal): -5301459 or 2956207. OLE color: 2956207.
HSL color Cylindrical-coordinate representation of color #AF1B2D: hue angle of 352.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.31 |
| HSL | 352.7º | 0.73% | 0.4% | - |
| HSV(B) | 352.7º | 0.85% | 0.69% | - |
| XYZ | 18.54 | 10.09 | 3.45 | - |
| YUV | 73.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 45 | 0 | 0.85 | 0.74 | 0.31 | 352.7 | 0.73 | 0.4 |
| Hex | AF | 1B | 2D | 0 | 55 | 4A | 1F | 161 | 49 | 28 |
| Octal | 257 | 33 | 55 | 0 | 125 | 112 | 37 | 541 | 111 | 50 |
| Binary | 10101111 | 11011 | 101101 | 0 | 1010101 | 1001010 | 11111 | 101100001 | 1001001 | 101000 |
Color Harmonies of #AF1B2D
Complementary color
Monochromatic Colors of #AF1B2D
Black with #AF1B2D
Text Example
Text Example
White with #AF1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B2D; }
p { color: rgb(175,27,45); }
H1.HeaderClassName
{
color: #AF1B2D;
}
.AnyTagClassName
{
color: #AF1B2D;
}
</style>
background-color css
<style>
a { background-color: #AF1B2D; }
a { background-color: rgb(175,27,45); }
div.DivClassName
{
background-color: #AF1B2D;
}
.BgClassName
{
background-color: #AF1B2D;
}
</style>
border-color css
<style>
span { border-color: #AF1B2D; }
span { border-color: rgb(175,27,45); }
td.TdClassName
{
border-color: #AF1B2D;
}
.TagClassName
{
border-color: #AF1B2D;
}
</style>