Html Css Color HEX #A01229 Carmine

📋 copy color: '#A01229'

red 160 ◦ green 18 ◦ blue 41

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

Shades of Carmine #A01229

Tints of Carmine #A01229

RGB

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

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

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

R = 73.06%
G = 8.22%
B = 18.72%

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

#A01229 (or 0xA01229) is known color: Carmine. HEX triplet: A0, 12 and 29. RGB value is (160,18,41). Sum of RGB (Red+Green+Blue) = 160+18+41=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01229 is #5FEDD6. Grayscale: #3F3F3F. Windows color (decimal): -6286807 or 2691744. OLE color: 2691744.

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

Color convert

RGB 160 18 41 -
CMYK 0 0.89 0.74 0.37
HSL 350.28º 0.8% 0.35% -
HSV(B) 350.28º 0.89% 0.63% -
XYZ 15.11 8.07 2.86 -
YUV 63.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 160 18 41 0 0.89 0.74 0.37 350.28 0.8 0.35
Hex A0 12 29 0 59 4A 25 15E 50 23
Octal 240 22 51 0 131 112 45 536 120 43
Binary 10100000 10010 101001 0 1011001 1001010 100101 101011110 1010000 100011

Color Harmonies of #A01229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01229

Black with #A01229

Text Example


Text Example

White with #A01229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01229; }

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

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

background-color css

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

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

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

border-color css

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

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

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