Html Css Color HEX #A00C0A Dark Red

📋 copy color: '#A00C0A'

red 160 ◦ green 12 ◦ blue 10

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

Shades of Dark Red #A00C0A

Tints of Dark Red #A00C0A

RGB

 RED value IS 160 (62.89% from 255) = 87.91%

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 87.91%
G = 6.59%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A00C0A (or 0xA00C0A) is known color: Dark Red. HEX triplet: A0, 0C and 0A. RGB value is (160,12,10). Sum of RGB (Red+Green+Blue) = 160+12+10=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C0A is #5FF3F5. Grayscale: #383838. Windows color (decimal): -6288374 or 658592. OLE color: 658592.

HSL color Cylindrical-coordinate representation of color #A00C0A: hue angle of 0.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00C0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 12 10 -
CMYK 0 0.93 0.94 0.37
HSL 0.8º 0.88% 0.33% -
HSV(B) 0.8º 0.94% 0.63% -
XYZ 14.68 7.76 1.01 -
YUV 56.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 160 12 10 0 0.93 0.94 0.37 0.8 0.88 0.33
Hex A0 C A 0 5D 5E 25 1 58 21
Octal 240 14 12 0 135 136 45 1 130 41
Binary 10100000 1100 1010 0 1011101 1011110 100101 1 1011000 100001

Color Harmonies of #A00C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C0A

Black with #A00C0A

Text Example


Text Example

White with #A00C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C0A; }

 p { color: rgb(160,12,10); }

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

background-color css

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

 a { background-color: rgb(160,12,10); }

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

border-color css

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

 span { border-color: rgb(160,12,10); }

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