Html Css Color HEX #A0072E Carmine

📋 copy color: '#A0072E'

red 160 ◦ green 7 ◦ blue 46

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

Shades of Carmine #A0072E

Tints of Carmine #A0072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 75.12%
G = 3.29%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0072E (or 0xA0072E) is known color: Carmine. HEX triplet: A0, 07 and 2E. RGB value is (160,7,46). Sum of RGB (Red+Green+Blue) = 160+7+46=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072E is #5FF8D1. Grayscale: #393939. Windows color (decimal): -6289618 or 3016608. OLE color: 3016608.

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

Color convert

RGB 160 7 46 -
CMYK 0 0.96 0.71 0.37
HSL 344.71º 0.92% 0.33% -
HSV(B) 344.71º 0.96% 0.63% -
XYZ 15.07 7.82 3.3 -
YUV 57.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 160 7 46 0 0.96 0.71 0.37 344.71 0.92 0.33
Hex A0 7 2E 0 60 47 25 159 5C 21
Octal 240 7 56 0 140 107 45 531 134 41
Binary 10100000 111 101110 0 1100000 1000111 100101 101011001 1011100 100001

Color Harmonies of #A0072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0072E

Black with #A0072E

Text Example


Text Example

White with #A0072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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