Html Css Color HEX #A11007 Dark Red

📋 copy color: '#A11007'

red 161 ◦ green 16 ◦ blue 7

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

Shades of Dark Red #A11007

Tints of Dark Red #A11007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.8%

R = 87.5%
G = 8.7%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A11007 (or 0xA11007) is known color: Dark Red. HEX triplet: A1, 10 and 07. RGB value is (161,16,7). Sum of RGB (Red+Green+Blue) = 161+16+7=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A11007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11007 is #5EEFF8. Grayscale: #3A3A3A. Windows color (decimal): -6221817 or 463009. OLE color: 463009.

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

Color convert

RGB 161 16 7 -
CMYK 0 0.90 0.96 0.37
HSL 3.51º 0.92% 0.33% -
HSV(B) 3.51º 0.96% 0.63% -
XYZ 14.92 7.96 0.95 -
YUV 58.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 161 16 7 0 0.90 0.96 0.37 3.51 0.92 0.33
Hex A1 10 7 0 5A 60 25 4 5C 21
Octal 241 20 7 0 132 140 45 4 134 41
Binary 10100001 10000 111 0 1011010 1100000 100101 100 1011100 100001

Color Harmonies of #A11007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11007

Black with #A11007

Text Example


Text Example

White with #A11007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11007; }

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

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

background-color css

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

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

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

border-color css

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

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

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