Shades of Bright Red #A5263D
Tints of Bright Red #A5263D
RGB
CMYK
RGB Variations
Color information
#A5263D (or 0xA5263D) is known color: Bright Red. HEX triplet: A5, 26 and 3D. RGB value is (165,38,61). Sum of RGB (Red+Green+Blue) = 165+38+61=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5263D is #5AD9C2. Grayscale: #4E4E4E. Windows color (decimal): -5953987 or 4007589. OLE color: 4007589.
HSL color Cylindrical-coordinate representation of color #A5263D: hue angle of 349.13º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5263D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 38 | 61 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.35 |
| HSL | 349.13º | 0.63% | 0.4% | - |
| HSV(B) | 349.13º | 0.77% | 0.65% | - |
| XYZ | 17.05 | 9.72 | 5.39 | - |
| YUV | 78.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 61 | 0 | 0.77 | 0.63 | 0.35 | 349.13 | 0.63 | 0.4 |
| Hex | A5 | 26 | 3D | 0 | 4D | 3F | 23 | 15D | 3F | 28 |
| Octal | 245 | 46 | 75 | 0 | 115 | 77 | 43 | 535 | 77 | 50 |
| Binary | 10100101 | 100110 | 111101 | 0 | 1001101 | 111111 | 100011 | 101011101 | 111111 | 101000 |
Color Harmonies of #A5263D
Complementary color
Monochromatic Colors of #A5263D
Black with #A5263D
Text Example
Text Example
White with #A5263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5263D; }
p { color: rgb(165,38,61); }
H1.HeaderClassName
{
color: #A5263D;
}
.AnyTagClassName
{
color: #A5263D;
}
</style>
background-color css
<style>
a { background-color: #A5263D; }
a { background-color: rgb(165,38,61); }
div.DivClassName
{
background-color: #A5263D;
}
.BgClassName
{
background-color: #A5263D;
}
</style>
border-color css
<style>
span { border-color: #A5263D; }
span { border-color: rgb(165,38,61); }
td.TdClassName
{
border-color: #A5263D;
}
.TagClassName
{
border-color: #A5263D;
}
</style>