Html Css Color HEX #A0072A Carmine

📋 copy color: '#A0072A'

red 160 ◦ green 7 ◦ blue 42

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

Shades of Carmine #A0072A

Tints of Carmine #A0072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 76.56%
G = 3.35%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0072A (or 0xA0072A) is known color: Carmine. HEX triplet: A0, 07 and 2A. RGB value is (160,7,42). Sum of RGB (Red+Green+Blue) = 160+7+42=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072A is #5FF8D5. Grayscale: #383838. Windows color (decimal): -6289622 or 2754464. OLE color: 2754464.

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

Color convert

RGB 160 7 42 -
CMYK 0 0.96 0.74 0.37
HSL 346.27º 0.92% 0.33% -
HSV(B) 346.27º 0.96% 0.63% -
XYZ 14.99 7.79 2.9 -
YUV 56.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 160 7 42 0 0.96 0.74 0.37 346.27 0.92 0.33
Hex A0 7 2A 0 60 4A 25 15A 5C 21
Octal 240 7 52 0 140 112 45 532 134 41
Binary 10100000 111 101010 0 1100000 1001010 100101 101011010 1011100 100001

Color Harmonies of #A0072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0072A

Black with #A0072A

Text Example


Text Example

White with #A0072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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