#A50B01

Color #A50B01 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A50B01

Tints of Dark Red #A50B01

Color information

#A50B01 (or 0xA50B01) is unknown color: approx Dark Red. HEX triplet: A5, 0B and 01. RGB value is (165,11,1). Sum of RGB (Red+Green+Blue) = 165+11+1=177 (23% of max value = 765). Red value is 165 (64.84% from 255 or 93.22% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50B01 is #5AF4FE. Grayscale: #383838. Windows color (decimal): -5960959 or 68517. OLE color: 68517.

HSL color Cylindrical-coordinate representation of color #A50B01: hue angle of 3.66º degrees, saturation: 0.99, 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 #A50B01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB165111-
CMYK00.930.990.35
HSL3.66º98.8%32.55%-
HSV(B)3.66º99.39%64.71%-
XYZ15.648.240.79-
YUV55.9197.02205.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 93.22%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=93.22%
G=6.21%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511100.930.990.353.6698.832.55
HexA5B105D632346321
Octal245131013514343414341
Binary10100101101110101110111000111000111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B01; }

 p { color: rgb(165,11,1); }

 H1.HeaderClassName
 {
   color: #A50B01;
 }
 .AnyTagClassName
 {
   color: #A50B01;
 }
</style>
background-color css

<style>
 a { background-color: #A50B01; }

 a { background-color: rgb(165,11,1); }

 div.DivClassName
 {
   background-color: #A50B01;
 }
 .BgClassName
 {
   background-color: #A50B01;
 }
</style>
border-color css

<style>
 span { border-color: #A50B01; }

 span { border-color: rgb(165,11,1); }

 td.TdClassName
 {
   border-color: #A50B01;
 }
 .TagClassName
 {
   border-color: #A50B01;
 }
</style>