Html Css Color HEX #A10D02 Dark Red

📋 copy color: '#A10D02'

red 161 ◦ green 13 ◦ blue 2

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

Shades of Dark Red #A10D02

Tints of Dark Red #A10D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 91.48%
G = 7.39%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A10D02 (or 0xA10D02) is known color: Dark Red. HEX triplet: A1, 0D and 02. RGB value is (161,13,2). Sum of RGB (Red+Green+Blue) = 161+13+2=176 (23% of max value = 765). Red value is 161 (63.28% from 255 or 91.48% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10D02 is #5EF2FD. Grayscale: #383838. Windows color (decimal): -6222590 or 134561. OLE color: 134561.

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

Color convert

RGB 161 13 2 -
CMYK 0 0.92 0.99 0.37
HSL 4.15º 0.98% 0.32% -
HSV(B) 4.15º 0.99% 0.63% -
XYZ 14.85 7.87 0.79 -
YUV 56 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 161 13 2 0 0.92 0.99 0.37 4.15 0.98 0.32
Hex A1 D 2 0 5C 63 25 4 62 20
Octal 241 15 2 0 134 143 45 4 142 40
Binary 10100001 1101 10 0 1011100 1100011 100101 100 1100010 100000

Color Harmonies of #A10D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10D02

Black with #A10D02

Text Example


Text Example

White with #A10D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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