Shades of Dark Red #A50B02
Tints of Dark Red #A50B02
RGB
CMYK
RGB Variations
Color information
#A50B02 (or 0xA50B02) is known color: Dark Red. HEX triplet: A5, 0B and 02. RGB value is (165,11,2). Sum of RGB (Red+Green+Blue) = 165+11+2=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50B02 is #5AF4FD. Grayscale: #383838. Windows color (decimal): -5960958 or 134053. OLE color: 134053.
HSL color Cylindrical-coordinate representation of color #A50B02: hue angle of 3.31º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50B02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.35 |
| HSL | 3.31º | 0.98% | 0.33% | - |
| HSV(B) | 3.31º | 0.99% | 0.65% | - |
| XYZ | 15.65 | 8.24 | 0.82 | - |
| YUV | 56.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 2 | 0 | 0.93 | 0.99 | 0.35 | 3.31 | 0.98 | 0.33 |
| Hex | A5 | B | 2 | 0 | 5D | 63 | 23 | 3 | 62 | 21 |
| Octal | 245 | 13 | 2 | 0 | 135 | 143 | 43 | 3 | 142 | 41 |
| Binary | 10100101 | 1011 | 10 | 0 | 1011101 | 1100011 | 100011 | 11 | 1100010 | 100001 |
Color Harmonies of #A50B02
Complementary color
Monochromatic Colors of #A50B02
Black with #A50B02
Text Example
Text Example
White with #A50B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B02; }
p { color: rgb(165,11,2); }
H1.HeaderClassName
{
color: #A50B02;
}
.AnyTagClassName
{
color: #A50B02;
}
</style>
background-color css
<style>
a { background-color: #A50B02; }
a { background-color: rgb(165,11,2); }
div.DivClassName
{
background-color: #A50B02;
}
.BgClassName
{
background-color: #A50B02;
}
</style>
border-color css
<style>
span { border-color: #A50B02; }
span { border-color: rgb(165,11,2); }
td.TdClassName
{
border-color: #A50B02;
}
.TagClassName
{
border-color: #A50B02;
}
</style>