Html Css Color HEX #A10502 Dark Red

📋 copy color: '#A10502'

red 161 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #A10502

Tints of Dark Red #A10502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 95.83%
G = 2.98%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A10502 (or 0xA10502) is known color: Dark Red. HEX triplet: A1, 05 and 02. RGB value is (161,5,2). Sum of RGB (Red+Green+Blue) = 161+5+2=168 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.83% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 161 - color contains mainly: red. Hex color #A10502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10502 is #5EFAFD. Grayscale: #333333. Windows color (decimal): -6224638 or 132513. OLE color: 132513.

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

Color convert

RGB 161 5 2 -
CMYK 0 0.97 0.99 0.37
HSL 1.13º 0.98% 0.32% -
HSV(B) 1.13º 0.99% 0.63% -
XYZ 14.76 7.69 0.76 -
YUV 51.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 161 5 2 0 0.97 0.99 0.37 1.13 0.98 0.32
Hex A1 5 2 0 61 63 25 1 62 20
Octal 241 5 2 0 141 143 45 1 142 40
Binary 10100001 101 10 0 1100001 1100011 100101 1 1100010 100000

Color Harmonies of #A10502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10502

Black with #A10502

Text Example


Text Example

White with #A10502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10502; }

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

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

background-color css

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

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

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

border-color css

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

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

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