Shades of Bright Red #A01333
Tints of Bright Red #A01333
RGB
CMYK
RGB Variations
Color information
#A01333 (or 0xA01333) is known color: Bright Red. HEX triplet: A0, 13 and 33. RGB value is (160,19,51). Sum of RGB (Red+Green+Blue) = 160+19+51=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A01333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01333 is #5FECCC. Grayscale: #404040. Windows color (decimal): -6286541 or 3347360. OLE color: 3347360.
HSL color Cylindrical-coordinate representation of color #A01333: hue angle of 346.38º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01333 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 51 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.37 |
| HSL | 346.38º | 0.79% | 0.35% | - |
| HSV(B) | 346.38º | 0.88% | 0.63% | - |
| XYZ | 15.33 | 8.18 | 3.9 | - |
| YUV | 64.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 51 | 0 | 0.88 | 0.68 | 0.37 | 346.38 | 0.79 | 0.35 |
| Hex | A0 | 13 | 33 | 0 | 58 | 44 | 25 | 15A | 4F | 23 |
| Octal | 240 | 23 | 63 | 0 | 130 | 104 | 45 | 532 | 117 | 43 |
| Binary | 10100000 | 10011 | 110011 | 0 | 1011000 | 1000100 | 100101 | 101011010 | 1001111 | 100011 |
Color Harmonies of #A01333
Complementary color
Monochromatic Colors of #A01333
Black with #A01333
Text Example
Text Example
White with #A01333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01333; }
p { color: rgb(160,19,51); }
H1.HeaderClassName
{
color: #A01333;
}
.AnyTagClassName
{
color: #A01333;
}
</style>
background-color css
<style>
a { background-color: #A01333; }
a { background-color: rgb(160,19,51); }
div.DivClassName
{
background-color: #A01333;
}
.BgClassName
{
background-color: #A01333;
}
</style>
border-color css
<style>
span { border-color: #A01333; }
span { border-color: rgb(160,19,51); }
td.TdClassName
{
border-color: #A01333;
}
.TagClassName
{
border-color: #A01333;
}
</style>