Html Css Color HEX #A01B01 Dark Red

📋 copy color: '#A01B01'

red 160 ◦ green 27 ◦ blue 1

#A01B01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A01B01

Tints of Dark Red #A01B01

RGB

 RED value IS 160 (62.89% from 255) = 85.11%

 GREEN value IS 27 (10.94% from 255) = 14.36%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 85.11%
G = 14.36%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A01B01 (or 0xA01B01) is known color: Dark Red. HEX triplet: A0, 1B and 01. RGB value is (160,27,1). Sum of RGB (Red+Green+Blue) = 160+27+1=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01B01 is #5FE4FE. Grayscale: #404040. Windows color (decimal): -6284543 or 72608. OLE color: 72608.

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

Color convert

RGB 160 27 1 -
CMYK 0 0.83 0.99 0.37
HSL 9.81º 0.99% 0.32% -
HSV(B) 9.81º 0.99% 0.63% -
XYZ 14.89 8.26 0.84 -
YUV 63.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 160 27 1 0 0.83 0.99 0.37 9.81 0.99 0.32
Hex A0 1B 1 0 53 63 25 A 63 20
Octal 240 33 1 0 123 143 45 12 143 40
Binary 10100000 11011 1 0 1010011 1100011 100101 1010 1100011 100000

Color Harmonies of #A01B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B01

Black with #A01B01

Text Example


Text Example

White with #A01B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B01; }

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

 H1.HeaderClassName
 {
   color: #A01B01;
 }
 .AnyTagClassName
 {
   color: #A01B01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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