Html Css Color HEX #A0122D Carmine

📋 copy color: '#A0122D'

red 160 ◦ green 18 ◦ blue 45

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

Shades of Carmine #A0122D

Tints of Carmine #A0122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 71.75%
G = 8.07%
B = 20.18%

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

#A0122D (or 0xA0122D) is known color: Carmine. HEX triplet: A0, 12 and 2D. RGB value is (160,18,45). Sum of RGB (Red+Green+Blue) = 160+18+45=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0122D is #5FEDD2. Grayscale: #3F3F3F. Windows color (decimal): -6286803 or 2953888. OLE color: 2953888.

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

Color convert

RGB 160 18 45 -
CMYK 0 0.89 0.72 0.37
HSL 348.59º 0.8% 0.35% -
HSV(B) 348.59º 0.89% 0.63% -
XYZ 15.19 8.1 3.24 -
YUV 63.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 160 18 45 0 0.89 0.72 0.37 348.59 0.8 0.35
Hex A0 12 2D 0 59 48 25 15D 50 23
Octal 240 22 55 0 131 110 45 535 120 43
Binary 10100000 10010 101101 0 1011001 1001000 100101 101011101 1010000 100011

Color Harmonies of #A0122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0122D

Black with #A0122D

Text Example


Text Example

White with #A0122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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