Shades of Cardinal #AF1A43
Tints of Cardinal #AF1A43
RGB
CMYK
RGB Variations
Color information
#AF1A43 (or 0xAF1A43) is known color: Cardinal. HEX triplet: AF, 1A and 43. RGB value is (175,26,67). Sum of RGB (Red+Green+Blue) = 175+26+67=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A43 is #50E5BC. Grayscale: #4B4B4B. Windows color (decimal): -5301693 or 4397743. OLE color: 4397743.
HSL color Cylindrical-coordinate representation of color #AF1A43: hue angle of 343.49º 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 #AF1A43 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 67 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.31 |
| HSL | 343.49º | 0.74% | 0.39% | - |
| HSV(B) | 343.49º | 0.85% | 0.69% | - |
| XYZ | 19.06 | 10.26 | 6.29 | - |
| YUV | 75.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 67 | 0 | 0.85 | 0.62 | 0.31 | 343.49 | 0.74 | 0.39 |
| Hex | AF | 1A | 43 | 0 | 55 | 3E | 1F | 157 | 4A | 27 |
| Octal | 257 | 32 | 103 | 0 | 125 | 76 | 37 | 527 | 112 | 47 |
| Binary | 10101111 | 11010 | 1000011 | 0 | 1010101 | 111110 | 11111 | 101010111 | 1001010 | 100111 |
Color Harmonies of #AF1A43
Complementary color
Monochromatic Colors of #AF1A43
Black with #AF1A43
Text Example
Text Example
White with #AF1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A43; }
p { color: rgb(175,26,67); }
H1.HeaderClassName
{
color: #AF1A43;
}
.AnyTagClassName
{
color: #AF1A43;
}
</style>
background-color css
<style>
a { background-color: #AF1A43; }
a { background-color: rgb(175,26,67); }
div.DivClassName
{
background-color: #AF1A43;
}
.BgClassName
{
background-color: #AF1A43;
}
</style>
border-color css
<style>
span { border-color: #AF1A43; }
span { border-color: rgb(175,26,67); }
td.TdClassName
{
border-color: #AF1A43;
}
.TagClassName
{
border-color: #AF1A43;
}
</style>