Shades of Bright Red #A51B39
Tints of Bright Red #A51B39
RGB
CMYK
RGB Variations
Color information
#A51B39 (or 0xA51B39) is known color: Bright Red. HEX triplet: A5, 1B and 39. RGB value is (165,27,57). Sum of RGB (Red+Green+Blue) = 165+27+57=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B39 is #5AE4C6. Grayscale: #474747. Windows color (decimal): -5956807 or 3742629. OLE color: 3742629.
HSL color Cylindrical-coordinate representation of color #A51B39: hue angle of 346.96º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B39 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 57 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.35 |
| HSL | 346.96º | 0.72% | 0.38% | - |
| HSV(B) | 346.96º | 0.84% | 0.65% | - |
| XYZ | 16.65 | 9.08 | 4.75 | - |
| YUV | 71.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 57 | 0 | 0.84 | 0.65 | 0.35 | 346.96 | 0.72 | 0.38 |
| Hex | A5 | 1B | 39 | 0 | 54 | 41 | 23 | 15B | 48 | 26 |
| Octal | 245 | 33 | 71 | 0 | 124 | 101 | 43 | 533 | 110 | 46 |
| Binary | 10100101 | 11011 | 111001 | 0 | 1010100 | 1000001 | 100011 | 101011011 | 1001000 | 100110 |
Color Harmonies of #A51B39
Complementary color
Monochromatic Colors of #A51B39
Black with #A51B39
Text Example
Text Example
White with #A51B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51B39; }
p { color: rgb(165,27,57); }
H1.HeaderClassName
{
color: #A51B39;
}
.AnyTagClassName
{
color: #A51B39;
}
</style>
background-color css
<style>
a { background-color: #A51B39; }
a { background-color: rgb(165,27,57); }
div.DivClassName
{
background-color: #A51B39;
}
.BgClassName
{
background-color: #A51B39;
}
</style>
border-color css
<style>
span { border-color: #A51B39; }
span { border-color: rgb(165,27,57); }
td.TdClassName
{
border-color: #A51B39;
}
.TagClassName
{
border-color: #A51B39;
}
</style>