Html Css Color HEX #A10F0D Dark Red

📋 copy color: '#A10F0D'

red 161 ◦ green 15 ◦ blue 13

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

Shades of Dark Red #A10F0D

Tints of Dark Red #A10F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 85.19%
G = 7.94%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A10F0D (or 0xA10F0D) is known color: Dark Red. HEX triplet: A1, 0F and 0D. RGB value is (161,15,13). Sum of RGB (Red+Green+Blue) = 161+15+13=189 (25% of max value = 765). Red value is 161 (63.28% from 255 or 85.19% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F0D is #5EF0F2. Grayscale: #3A3A3A. Windows color (decimal): -6222067 or 855969. OLE color: 855969.

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

Color convert

RGB 161 15 13 -
CMYK 0 0.91 0.92 0.37
HSL 0.81º 0.85% 0.34% -
HSV(B) 0.81º 0.92% 0.63% -
XYZ 14.94 7.95 1.13 -
YUV 58.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 161 15 13 0 0.91 0.92 0.37 0.81 0.85 0.34
Hex A1 F D 0 5B 5C 25 1 55 22
Octal 241 17 15 0 133 134 45 1 125 42
Binary 10100001 1111 1101 0 1011011 1011100 100101 1 1010101 100010

Color Harmonies of #A10F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F0D

Black with #A10F0D

Text Example


Text Example

White with #A10F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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