Html Css Color HEX #A0073A Carmine

📋 copy color: '#A0073A'

red 160 ◦ green 7 ◦ blue 58

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

Shades of Carmine #A0073A

Tints of Carmine #A0073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 71.11%
G = 3.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0073A (or 0xA0073A) is known color: Carmine. HEX triplet: A0, 07 and 3A. RGB value is (160,7,58). Sum of RGB (Red+Green+Blue) = 160+7+58=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0073A is #5FF8C5. Grayscale: #3A3A3A. Windows color (decimal): -6289606 or 3803040. OLE color: 3803040.

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

Color convert

RGB 160 7 58 -
CMYK 0 0.96 0.64 0.37
HSL 340º 0.92% 0.33% -
HSV(B) 340º 0.96% 0.63% -
XYZ 15.34 7.93 4.73 -
YUV 58.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 160 7 58 0 0.96 0.64 0.37 340 0.92 0.33
Hex A0 7 3A 0 60 40 25 154 5C 21
Octal 240 7 72 0 140 100 45 524 134 41
Binary 10100000 111 111010 0 1100000 1000000 100101 101010100 1011100 100001

Color Harmonies of #A0073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0073A

Black with #A0073A

Text Example


Text Example

White with #A0073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0073A; }

 p { color: rgb(160,7,58); }

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

background-color css

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

 a { background-color: rgb(160,7,58); }

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

border-color css

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

 span { border-color: rgb(160,7,58); }

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