Shades of Bright Red #A31B2A
Tints of Bright Red #A31B2A
RGB
CMYK
RGB Variations
Color information
#A31B2A (or 0xA31B2A) is known color: Bright Red. HEX triplet: A3, 1B and 2A. RGB value is (163,27,42). Sum of RGB (Red+Green+Blue) = 163+27+42=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B2A is #5CE4D5. Grayscale: #454545. Windows color (decimal): -6087894 or 2759587. OLE color: 2759587.
HSL color Cylindrical-coordinate representation of color #A31B2A: hue angle of 353.38º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B2A is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 42 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.36 |
| HSL | 353.38º | 0.72% | 0.37% | - |
| HSV(B) | 353.38º | 0.83% | 0.64% | - |
| XYZ | 15.91 | 8.74 | 3.04 | - |
| YUV | 69.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 42 | 0 | 0.83 | 0.74 | 0.36 | 353.38 | 0.72 | 0.37 |
| Hex | A3 | 1B | 2A | 0 | 53 | 4A | 24 | 161 | 48 | 25 |
| Octal | 243 | 33 | 52 | 0 | 123 | 112 | 44 | 541 | 110 | 45 |
| Binary | 10100011 | 11011 | 101010 | 0 | 1010011 | 1001010 | 100100 | 101100001 | 1001000 | 100101 |
Color Harmonies of #A31B2A
Complementary color
Monochromatic Colors of #A31B2A
Black with #A31B2A
Text Example
Text Example
White with #A31B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B2A; }
p { color: rgb(163,27,42); }
H1.HeaderClassName
{
color: #A31B2A;
}
.AnyTagClassName
{
color: #A31B2A;
}
</style>
background-color css
<style>
a { background-color: #A31B2A; }
a { background-color: rgb(163,27,42); }
div.DivClassName
{
background-color: #A31B2A;
}
.BgClassName
{
background-color: #A31B2A;
}
</style>
border-color css
<style>
span { border-color: #A31B2A; }
span { border-color: rgb(163,27,42); }
td.TdClassName
{
border-color: #A31B2A;
}
.TagClassName
{
border-color: #A31B2A;
}
</style>