Html Css Color HEX #A10703 Dark Red

📋 copy color: '#A10703'

red 161 ◦ green 7 ◦ blue 3

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

Shades of Dark Red #A10703

Tints of Dark Red #A10703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

 BLUE value IS 3 (1.56% from 255) = 1.75%

R = 94.15%
G = 4.09%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A10703 (or 0xA10703) is known color: Dark Red. HEX triplet: A1, 07 and 03. RGB value is (161,7,3). Sum of RGB (Red+Green+Blue) = 161+7+3=171 (22% of max value = 765). Red value is 161 (63.28% from 255 or 94.15% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 161 - color contains mainly: red. Hex color #A10703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10703 is #5EF8FC. Grayscale: #343434. Windows color (decimal): -6224125 or 198561. OLE color: 198561.

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

Color convert

RGB 161 7 3 -
CMYK 0 0.96 0.98 0.37
HSL 1.52º 0.96% 0.32% -
HSV(B) 1.52º 0.98% 0.63% -
XYZ 14.79 7.74 0.8 -
YUV 52.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 161 7 3 0 0.96 0.98 0.37 1.52 0.96 0.32
Hex A1 7 3 0 60 62 25 2 60 20
Octal 241 7 3 0 140 142 45 2 140 40
Binary 10100001 111 11 0 1100000 1100010 100101 10 1100000 100000

Color Harmonies of #A10703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10703

Black with #A10703

Text Example


Text Example

White with #A10703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10703; }

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

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

background-color css

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

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

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

border-color css

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

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

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