Shades of Bright Red #A81B23
Tints of Bright Red #A81B23
RGB
CMYK
RGB Variations
Color information
#A81B23 (or 0xA81B23) is known color: Bright Red. HEX triplet: A8, 1B and 23. RGB value is (168,27,35). Sum of RGB (Red+Green+Blue) = 168+27+35=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B23 is #57E4DC. Grayscale: #464646. Windows color (decimal): -5760221 or 2300840. OLE color: 2300840.
HSL color Cylindrical-coordinate representation of color #A81B23: hue angle of 356.6º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B23 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 35 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.34 |
| HSL | 356.6º | 0.72% | 0.38% | - |
| HSV(B) | 356.6º | 0.84% | 0.66% | - |
| XYZ | 16.84 | 9.23 | 2.48 | - |
| YUV | 70.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 35 | 0 | 0.84 | 0.79 | 0.34 | 356.6 | 0.72 | 0.38 |
| Hex | A8 | 1B | 23 | 0 | 54 | 4F | 22 | 165 | 48 | 26 |
| Octal | 250 | 33 | 43 | 0 | 124 | 117 | 42 | 545 | 110 | 46 |
| Binary | 10101000 | 11011 | 100011 | 0 | 1010100 | 1001111 | 100010 | 101100101 | 1001000 | 100110 |
Color Harmonies of #A81B23
Complementary color
Monochromatic Colors of #A81B23
Black with #A81B23
Text Example
Text Example
White with #A81B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B23; }
p { color: rgb(168,27,35); }
H1.HeaderClassName
{
color: #A81B23;
}
.AnyTagClassName
{
color: #A81B23;
}
</style>
background-color css
<style>
a { background-color: #A81B23; }
a { background-color: rgb(168,27,35); }
div.DivClassName
{
background-color: #A81B23;
}
.BgClassName
{
background-color: #A81B23;
}
</style>
border-color css
<style>
span { border-color: #A81B23; }
span { border-color: rgb(168,27,35); }
td.TdClassName
{
border-color: #A81B23;
}
.TagClassName
{
border-color: #A81B23;
}
</style>