Shades of Bright Red #A0263D
Tints of Bright Red #A0263D
RGB
CMYK
RGB Variations
Color information
#A0263D (or 0xA0263D) is known color: Bright Red. HEX triplet: A0, 26 and 3D. RGB value is (160,38,61). Sum of RGB (Red+Green+Blue) = 160+38+61=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0263D is #5FD9C2. Grayscale: #4D4D4D. Windows color (decimal): -6281667 or 4007584. OLE color: 4007584.
HSL color Cylindrical-coordinate representation of color #A0263D: hue angle of 348.69º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0263D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 61 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.37 |
| HSL | 348.69º | 0.62% | 0.39% | - |
| HSV(B) | 348.69º | 0.76% | 0.63% | - |
| XYZ | 16.03 | 9.2 | 5.35 | - |
| YUV | 77.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 61 | 0 | 0.76 | 0.62 | 0.37 | 348.69 | 0.62 | 0.39 |
| Hex | A0 | 26 | 3D | 0 | 4C | 3E | 25 | 15D | 3E | 27 |
| Octal | 240 | 46 | 75 | 0 | 114 | 76 | 45 | 535 | 76 | 47 |
| Binary | 10100000 | 100110 | 111101 | 0 | 1001100 | 111110 | 100101 | 101011101 | 111110 | 100111 |
Color Harmonies of #A0263D
Complementary color
Monochromatic Colors of #A0263D
Black with #A0263D
Text Example
Text Example
White with #A0263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0263D; }
p { color: rgb(160,38,61); }
H1.HeaderClassName
{
color: #A0263D;
}
.AnyTagClassName
{
color: #A0263D;
}
</style>
background-color css
<style>
a { background-color: #A0263D; }
a { background-color: rgb(160,38,61); }
div.DivClassName
{
background-color: #A0263D;
}
.BgClassName
{
background-color: #A0263D;
}
</style>
border-color css
<style>
span { border-color: #A0263D; }
span { border-color: rgb(160,38,61); }
td.TdClassName
{
border-color: #A0263D;
}
.TagClassName
{
border-color: #A0263D;
}
</style>