Html Css Color HEX #A11600 Dark Red

📋 copy color: '#A11600'

red 161 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #A11600

Tints of Dark Red #A11600

RGB

 RED value IS 161 (63.28% from 255) = 87.98%

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.98%
G = 12.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A11600 (or 0xA11600) is known color: Dark Red. HEX triplet: A1, 16 and 00. RGB value is (161,22,0). Sum of RGB (Red+Green+Blue) = 161+22+0=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A11600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11600 is #5EE9FF. Grayscale: #3D3D3D. Windows color (decimal): -6220288 or 5793. OLE color: 5793.

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

Color convert

RGB 161 22 0 -
CMYK 0 0.86 1 0.37
HSL 8.2º 1% 0.32% -
HSV(B) 8.2º 1% 0.63% -
XYZ 14.98 8.15 0.78 -
YUV 61.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 161 22 0 0 0.86 1 0.37 8.2 1 0.32
Hex A1 16 0 0 56 64 25 8 64 20
Octal 241 26 0 0 126 144 45 10 144 40
Binary 10100001 10110 0 0 1010110 1100100 100101 1000 1100100 100000

Color Harmonies of #A11600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11600

Black with #A11600

Text Example


Text Example

White with #A11600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11600; }

 p { color: rgb(161,22,0); }

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

background-color css

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

 a { background-color: rgb(161,22,0); }

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

border-color css

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

 span { border-color: rgb(161,22,0); }

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