Html Css Color HEX #A01029 Carmine

📋 copy color: '#A01029'

red 160 ◦ green 16 ◦ blue 41

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

Shades of Carmine #A01029

Tints of Carmine #A01029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 73.73%
G = 7.37%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A01029 (or 0xA01029) is known color: Carmine. HEX triplet: A0, 10 and 29. RGB value is (160,16,41). Sum of RGB (Red+Green+Blue) = 160+16+41=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01029 is #5FEFD6. Grayscale: #3D3D3D. Windows color (decimal): -6287319 or 2691232. OLE color: 2691232.

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

Color convert

RGB 160 16 41 -
CMYK 0 0.9 0.74 0.37
HSL 349.58º 0.82% 0.35% -
HSV(B) 349.58º 0.9% 0.63% -
XYZ 15.08 8 2.85 -
YUV 61.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 160 16 41 0 0.9 0.74 0.37 349.58 0.82 0.35
Hex A0 10 29 0 5A 4A 25 15E 52 23
Octal 240 20 51 0 132 112 45 536 122 43
Binary 10100000 10000 101001 0 1011010 1001010 100101 101011110 1010010 100011

Color Harmonies of #A01029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01029

Black with #A01029

Text Example


Text Example

White with #A01029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01029; }

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

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

background-color css

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

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

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

border-color css

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

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

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