#A21B01

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

Shades of Dark Red #A21B01

Tints of Dark Red #A21B01

Color information

#A21B01 (or 0xA21B01) is unknown color: approx Dark Red. HEX triplet: A2, 1B and 01. RGB value is (162,27,1). Sum of RGB (Red+Green+Blue) = 162+27+1=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B01 is #5DE4FE. Grayscale: #404040. Windows color (decimal): -6153471 or 72610. OLE color: 72610.

HSL color Cylindrical-coordinate representation of color #A21B01: hue angle of 9.69º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21B01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB162271-
CMYK00.830.990.36
HSL9.69º98.77%31.96%-
HSV(B)9.69º99.38%63.53%-
XYZ15.38.470.86-
YUV64.492.23197.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.26%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=85.26%
G=14.21%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16227100.830.990.369.6998.7731.96
HexA21B10536324a6320
Octal2423310123143441214340
Binary1010001011011101010011110001110010010101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B01; }

 p { color: rgb(162,27,1); }

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

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

 a { background-color: rgb(162,27,1); }

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

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

 span { border-color: rgb(162,27,1); }

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