Html Css Color HEX #A11300 Dark Red

📋 copy color: '#A11300'

red 161 ◦ green 19 ◦ blue 0

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

Shades of Dark Red #A11300

Tints of Dark Red #A11300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 89.44%
G = 10.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A11300 (or 0xA11300) is known color: Dark Red. HEX triplet: A1, 13 and 00. RGB value is (161,19,0). Sum of RGB (Red+Green+Blue) = 161+19+0=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A11300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11300 is #5EECFF. Grayscale: #3B3B3B. Windows color (decimal): -6221056 or 5025. OLE color: 5025.

HSL color Cylindrical-coordinate representation of color #A11300: hue angle of 7.08º 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 #A11300 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 0 -
CMYK 0 0.88 1 0.37
HSL 7.08º 1% 0.32% -
HSV(B) 7.08º 1% 0.63% -
XYZ 14.93 8.04 0.77 -
YUV 59.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 161 19 0 0 0.88 1 0.37 7.08 1 0.32
Hex A1 13 0 0 58 64 25 7 64 20
Octal 241 23 0 0 130 144 45 7 144 40
Binary 10100001 10011 0 0 1011000 1100100 100101 111 1100100 100000

Color Harmonies of #A11300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11300

Black with #A11300

Text Example


Text Example

White with #A11300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11300; }

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

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

background-color css

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

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

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

border-color css

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

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

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