Html Css Color HEX #A01329 Carmine

📋 copy color: '#A01329'

red 160 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A01329

Tints of Carmine #A01329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 72.73%
G = 8.64%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A01329 (or 0xA01329) is known color: Carmine. HEX triplet: A0, 13 and 29. RGB value is (160,19,41). Sum of RGB (Red+Green+Blue) = 160+19+41=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A01329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01329 is #5FECD6. Grayscale: #3F3F3F. Windows color (decimal): -6286551 or 2692000. OLE color: 2692000.

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

Color convert

RGB 160 19 41 -
CMYK 0 0.88 0.74 0.37
HSL 350.64º 0.79% 0.35% -
HSV(B) 350.64º 0.88% 0.63% -
XYZ 15.13 8.1 2.86 -
YUV 63.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 160 19 41 0 0.88 0.74 0.37 350.64 0.79 0.35
Hex A0 13 29 0 58 4A 25 15F 4F 23
Octal 240 23 51 0 130 112 45 537 117 43
Binary 10100000 10011 101001 0 1011000 1001010 100101 101011111 1001111 100011

Color Harmonies of #A01329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01329

Black with #A01329

Text Example


Text Example

White with #A01329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01329; }

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

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

background-color css

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

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

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

border-color css

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

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

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