Html Css Color HEX #A10C02 Dark Red

📋 copy color: '#A10C02'

red 161 ◦ green 12 ◦ blue 2

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

Shades of Dark Red #A10C02

Tints of Dark Red #A10C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.86%

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

R = 92%
G = 6.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A10C02 (or 0xA10C02) is known color: Dark Red. HEX triplet: A1, 0C and 02. RGB value is (161,12,2). Sum of RGB (Red+Green+Blue) = 161+12+2=175 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10C02 is #5EF3FD. Grayscale: #373737. Windows color (decimal): -6222846 or 134305. OLE color: 134305.

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

Color convert

RGB 161 12 2 -
CMYK 0 0.93 0.99 0.37
HSL 3.77º 0.98% 0.32% -
HSV(B) 3.77º 0.99% 0.63% -
XYZ 14.84 7.84 0.79 -
YUV 55.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 161 12 2 0 0.93 0.99 0.37 3.77 0.98 0.32
Hex A1 C 2 0 5D 63 25 4 62 20
Octal 241 14 2 0 135 143 45 4 142 40
Binary 10100001 1100 10 0 1011101 1100011 100101 100 1100010 100000

Color Harmonies of #A10C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10C02

Black with #A10C02

Text Example


Text Example

White with #A10C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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