Html Css Color HEX #A01129 Carmine

📋 copy color: '#A01129'

red 160 ◦ green 17 ◦ blue 41

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

Shades of Carmine #A01129

Tints of Carmine #A01129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 73.39%
G = 7.8%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A01129 (or 0xA01129) is known color: Carmine. HEX triplet: A0, 11 and 29. RGB value is (160,17,41). Sum of RGB (Red+Green+Blue) = 160+17+41=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01129 is #5FEED6. Grayscale: #3E3E3E. Windows color (decimal): -6287063 or 2691488. OLE color: 2691488.

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

Color convert

RGB 160 17 41 -
CMYK 0 0.89 0.74 0.37
HSL 349.93º 0.81% 0.35% -
HSV(B) 349.93º 0.89% 0.63% -
XYZ 15.1 8.03 2.85 -
YUV 62.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 160 17 41 0 0.89 0.74 0.37 349.93 0.81 0.35
Hex A0 11 29 0 59 4A 25 15E 51 23
Octal 240 21 51 0 131 112 45 536 121 43
Binary 10100000 10001 101001 0 1011001 1001010 100101 101011110 1010001 100011

Color Harmonies of #A01129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01129

Black with #A01129

Text Example


Text Example

White with #A01129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01129; }

 p { color: rgb(160,17,41); }

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

background-color css

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

 a { background-color: rgb(160,17,41); }

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

border-color css

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

 span { border-color: rgb(160,17,41); }

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