Shades of Bright Red #A31B22
Tints of Bright Red #A31B22
RGB
CMYK
RGB Variations
Color information
#A31B22 (or 0xA31B22) is known color: Bright Red. HEX triplet: A3, 1B and 22. RGB value is (163,27,34). Sum of RGB (Red+Green+Blue) = 163+27+34=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B22 is #5CE4DD. Grayscale: #444444. Windows color (decimal): -6087902 or 2235299. OLE color: 2235299.
HSL color Cylindrical-coordinate representation of color #A31B22: hue angle of 356.91º 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 #A31B22 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 34 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.36 |
| HSL | 356.91º | 0.72% | 0.37% | - |
| HSV(B) | 356.91º | 0.83% | 0.64% | - |
| XYZ | 15.78 | 8.69 | 2.36 | - |
| YUV | 68.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 34 | 0 | 0.83 | 0.79 | 0.36 | 356.91 | 0.72 | 0.37 |
| Hex | A3 | 1B | 22 | 0 | 53 | 4F | 24 | 165 | 48 | 25 |
| Octal | 243 | 33 | 42 | 0 | 123 | 117 | 44 | 545 | 110 | 45 |
| Binary | 10100011 | 11011 | 100010 | 0 | 1010011 | 1001111 | 100100 | 101100101 | 1001000 | 100101 |
Color Harmonies of #A31B22
Complementary color
Monochromatic Colors of #A31B22
Black with #A31B22
Text Example
Text Example
White with #A31B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B22; }
p { color: rgb(163,27,34); }
H1.HeaderClassName
{
color: #A31B22;
}
.AnyTagClassName
{
color: #A31B22;
}
</style>
background-color css
<style>
a { background-color: #A31B22; }
a { background-color: rgb(163,27,34); }
div.DivClassName
{
background-color: #A31B22;
}
.BgClassName
{
background-color: #A31B22;
}
</style>
border-color css
<style>
span { border-color: #A31B22; }
span { border-color: rgb(163,27,34); }
td.TdClassName
{
border-color: #A31B22;
}
.TagClassName
{
border-color: #A31B22;
}
</style>