Html Css Color HEX #A0100B Dark Red

📋 copy color: '#A0100B'

red 160 ◦ green 16 ◦ blue 11

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

Shades of Dark Red #A0100B

Tints of Dark Red #A0100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 85.56%
G = 8.56%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0100B (or 0xA0100B) is known color: Dark Red. HEX triplet: A0, 10 and 0B. RGB value is (160,16,11). Sum of RGB (Red+Green+Blue) = 160+16+11=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A0100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0100B is #5FEFF4. Grayscale: #3A3A3A. Windows color (decimal): -6287349 or 725152. OLE color: 725152.

HSL color Cylindrical-coordinate representation of color #A0100B: hue angle of 2.01º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0100B is Cyan = 0, Magento = 0.9, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 11 -
CMYK 0 0.9 0.93 0.37
HSL 2.01º 0.87% 0.34% -
HSV(B) 2.01º 0.93% 0.63% -
XYZ 14.74 7.87 1.06 -
YUV 58.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 160 16 11 0 0.9 0.93 0.37 2.01 0.87 0.34
Hex A0 10 B 0 5A 5D 25 2 57 22
Octal 240 20 13 0 132 135 45 2 127 42
Binary 10100000 10000 1011 0 1011010 1011101 100101 10 1010111 100010

Color Harmonies of #A0100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0100B

Black with #A0100B

Text Example


Text Example

White with #A0100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0100B; }

 p { color: rgb(160,16,11); }

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

background-color css

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

 a { background-color: rgb(160,16,11); }

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

border-color css

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

 span { border-color: rgb(160,16,11); }

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