Html Css Color HEX #A0122C Carmine

📋 copy color: '#A0122C'

red 160 ◦ green 18 ◦ blue 44

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

Shades of Carmine #A0122C

Tints of Carmine #A0122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 72.07%
G = 8.11%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0122C (or 0xA0122C) is known color: Carmine. HEX triplet: A0, 12 and 2C. RGB value is (160,18,44). Sum of RGB (Red+Green+Blue) = 160+18+44=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0122C is #5FEDD3. Grayscale: #3F3F3F. Windows color (decimal): -6286804 or 2888352. OLE color: 2888352.

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

Color convert

RGB 160 18 44 -
CMYK 0 0.89 0.72 0.37
HSL 349.01º 0.8% 0.35% -
HSV(B) 349.01º 0.89% 0.63% -
XYZ 15.17 8.09 3.14 -
YUV 63.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 160 18 44 0 0.89 0.72 0.37 349.01 0.8 0.35
Hex A0 12 2C 0 59 48 25 15D 50 23
Octal 240 22 54 0 131 110 45 535 120 43
Binary 10100000 10010 101100 0 1011001 1001000 100101 101011101 1010000 100011

Color Harmonies of #A0122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0122C

Black with #A0122C

Text Example


Text Example

White with #A0122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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