Html Css Color HEX #A0072C Carmine

📋 copy color: '#A0072C'

red 160 ◦ green 7 ◦ blue 44

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

Shades of Carmine #A0072C

Tints of Carmine #A0072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 75.83%
G = 3.32%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0072C (or 0xA0072C) is known color: Carmine. HEX triplet: A0, 07 and 2C. RGB value is (160,7,44). Sum of RGB (Red+Green+Blue) = 160+7+44=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072C is #5FF8D3. Grayscale: #383838. Windows color (decimal): -6289620 or 2885536. OLE color: 2885536.

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

Color convert

RGB 160 7 44 -
CMYK 0 0.96 0.72 0.37
HSL 345.49º 0.92% 0.33% -
HSV(B) 345.49º 0.96% 0.63% -
XYZ 15.03 7.81 3.1 -
YUV 56.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 160 7 44 0 0.96 0.72 0.37 345.49 0.92 0.33
Hex A0 7 2C 0 60 48 25 159 5C 21
Octal 240 7 54 0 140 110 45 531 134 41
Binary 10100000 111 101100 0 1100000 1001000 100101 101011001 1011100 100001

Color Harmonies of #A0072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0072C

Black with #A0072C

Text Example


Text Example

White with #A0072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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