Shades of Bright Red #A3213B
Tints of Bright Red #A3213B
RGB
CMYK
RGB Variations
Color information
#A3213B (or 0xA3213B) is known color: Bright Red. HEX triplet: A3, 21 and 3B. RGB value is (163,33,59). Sum of RGB (Red+Green+Blue) = 163+33+59=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3213B is #5CDEC4. Grayscale: #4A4A4A. Windows color (decimal): -6086341 or 3875235. OLE color: 3875235.
HSL color Cylindrical-coordinate representation of color #A3213B: hue angle of 348º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3213B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 33 | 59 | - |
CMYK | 0 | 0.80 | 0.64 | 0.36 |
HSL | 348º | 0.66% | 0.38% | - |
HSV(B) | 348º | 0.8% | 0.64% | - |
XYZ | 16.44 | 9.19 | 5.05 | - |
YUV | 74.83 | 119.07 | 190.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 33 | 59 | 0 | 0.80 | 0.64 | 0.36 | 348 | 0.66 | 0.38 |
Hex | A3 | 21 | 3B | 0 | 50 | 40 | 24 | 15C | 42 | 26 |
Octal | 243 | 41 | 73 | 0 | 120 | 100 | 44 | 534 | 102 | 46 |
Binary | 10100011 | 100001 | 111011 | 0 | 1010000 | 1000000 | 100100 | 101011100 | 1000010 | 100110 |
Color Harmonies of #A3213B
Complementary color
Monochromatic Colors of #A3213B
Black with #A3213B
Text Example
Text Example
White with #A3213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3213B; }
p { color: rgb(163,33,59); }
H1.HeaderClassName
{
color: #A3213B;
}
.AnyTagClassName
{
color: #A3213B;
}
</style>
background-color css
<style>
a { background-color: #A3213B; }
a { background-color: rgb(163,33,59); }
div.DivClassName
{
background-color: #A3213B;
}
.BgClassName
{
background-color: #A3213B;
}
</style>
border-color css
<style>
span { border-color: #A3213B; }
span { border-color: rgb(163,33,59); }
td.TdClassName
{
border-color: #A3213B;
}
.TagClassName
{
border-color: #A3213B;
}
</style>