Html Css Color HEX #A10202 Dark Red

📋 copy color: '#A10202'

red 161 ◦ green 2 ◦ blue 2

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

Shades of Dark Red #A10202

Tints of Dark Red #A10202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 97.58%
G = 1.21%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A10202 (or 0xA10202) is known color: Dark Red. HEX triplet: A1, 02 and 02. RGB value is (161,2,2). Sum of RGB (Red+Green+Blue) = 161+2+2=165 (21% of max value = 765). Red value is 161 (63.28% from 255 or 97.58% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 161 - color contains mainly: red. Hex color #A10202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10202 is #5EFDFD. Grayscale: #313131. Windows color (decimal): -6225406 or 131745. OLE color: 131745.

HSL color Cylindrical-coordinate representation of color #A10202: hue angle of 0º 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 #A10202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 2 -
CMYK 0 0.99 0.99 0.37
HSL 0.98% 0.32% -
HSV(B) 0.99% 0.63% -
XYZ 14.73 7.62 0.75 -
YUV 49.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 161 2 2 0 0.99 0.99 0.37 0 0.98 0.32
Hex A1 2 2 0 63 63 25 0 62 20
Octal 241 2 2 0 143 143 45 0 142 40
Binary 10100001 10 10 0 1100011 1100011 100101 0 1100010 100000

Color Harmonies of #A10202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10202

Black with #A10202

Text Example


Text Example

White with #A10202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10202; }

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

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

background-color css

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

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

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

border-color css

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

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

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