Shades of Bright Red #A01B23
Tints of Bright Red #A01B23
RGB
CMYK
RGB Variations
Color information
#A01B23 (or 0xA01B23) is known color: Bright Red. HEX triplet: A0, 1B and 23. RGB value is (160,27,35). Sum of RGB (Red+Green+Blue) = 160+27+35=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01B23 is #5FE4DC. Grayscale: #434343. Windows color (decimal): -6284509 or 2300832. OLE color: 2300832.
HSL color Cylindrical-coordinate representation of color #A01B23: hue angle of 356.39º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B23 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 35 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.37 |
| HSL | 356.39º | 0.71% | 0.37% | - |
| HSV(B) | 356.39º | 0.83% | 0.63% | - |
| XYZ | 15.19 | 8.38 | 2.41 | - |
| YUV | 67.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 35 | 0 | 0.83 | 0.78 | 0.37 | 356.39 | 0.71 | 0.37 |
| Hex | A0 | 1B | 23 | 0 | 53 | 4E | 25 | 164 | 47 | 25 |
| Octal | 240 | 33 | 43 | 0 | 123 | 116 | 45 | 544 | 107 | 45 |
| Binary | 10100000 | 11011 | 100011 | 0 | 1010011 | 1001110 | 100101 | 101100100 | 1000111 | 100101 |
Color Harmonies of #A01B23
Complementary color
Monochromatic Colors of #A01B23
Black with #A01B23
Text Example
Text Example
White with #A01B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B23; }
p { color: rgb(160,27,35); }
H1.HeaderClassName
{
color: #A01B23;
}
.AnyTagClassName
{
color: #A01B23;
}
</style>
background-color css
<style>
a { background-color: #A01B23; }
a { background-color: rgb(160,27,35); }
div.DivClassName
{
background-color: #A01B23;
}
.BgClassName
{
background-color: #A01B23;
}
</style>
border-color css
<style>
span { border-color: #A01B23; }
span { border-color: rgb(160,27,35); }
td.TdClassName
{
border-color: #A01B23;
}
.TagClassName
{
border-color: #A01B23;
}
</style>