Html Css Color HEX #A1100F Dark Red

📋 copy color: '#A1100F'

red 161 ◦ green 16 ◦ blue 15

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

Shades of Dark Red #A1100F

Tints of Dark Red #A1100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 83.85%
G = 8.33%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1100F (or 0xA1100F) is known color: Dark Red. HEX triplet: A1, 10 and 0F. RGB value is (161,16,15). Sum of RGB (Red+Green+Blue) = 161+16+15=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1100F is #5EEFF0. Grayscale: #3B3B3B. Windows color (decimal): -6221809 or 987297. OLE color: 987297.

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

Color convert

RGB 161 16 15 -
CMYK 0 0.90 0.91 0.37
HSL 0.41º 0.83% 0.35% -
HSV(B) 0.41º 0.91% 0.63% -
XYZ 14.97 7.98 1.2 -
YUV 59.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 161 16 15 0 0.90 0.91 0.37 0.41 0.83 0.35
Hex A1 10 F 0 5A 5B 25 0 53 23
Octal 241 20 17 0 132 133 45 0 123 43
Binary 10100001 10000 1111 0 1011010 1011011 100101 0 1010011 100011

Color Harmonies of #A1100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1100F

Black with #A1100F

Text Example


Text Example

White with #A1100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1100F; }

 p { color: rgb(161,16,15); }

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

background-color css

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

 a { background-color: rgb(161,16,15); }

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

border-color css

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

 span { border-color: rgb(161,16,15); }

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