Html Css Color HEX #A0041D Carmine

📋 copy color: '#A0041D'

red 160 ◦ green 4 ◦ blue 29

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

Shades of Carmine #A0041D

Tints of Carmine #A0041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 82.9%
G = 2.07%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0041D (or 0xA0041D) is known color: Carmine. HEX triplet: A0, 04 and 1D. RGB value is (160,4,29). Sum of RGB (Red+Green+Blue) = 160+4+29=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0041D is #5FFBE2. Grayscale: #353535. Windows color (decimal): -6290403 or 1901728. OLE color: 1901728.

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

Color convert

RGB 160 4 29 -
CMYK 0 0.98 0.82 0.37
HSL 350.38º 0.95% 0.32% -
HSV(B) 350.38º 0.98% 0.63% -
XYZ 14.76 7.65 1.86 -
YUV 53.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 160 4 29 0 0.98 0.82 0.37 350.38 0.95 0.32
Hex A0 4 1D 0 62 52 25 15E 5F 20
Octal 240 4 35 0 142 122 45 536 137 40
Binary 10100000 100 11101 0 1100010 1010010 100101 101011110 1011111 100000

Color Harmonies of #A0041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0041D

Black with #A0041D

Text Example


Text Example

White with #A0041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0041D; }

 p { color: rgb(160,4,29); }

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

background-color css

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

 a { background-color: rgb(160,4,29); }

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

border-color css

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

 span { border-color: rgb(160,4,29); }

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