Html Css Color HEX #A0141D Carmine

📋 copy color: '#A0141D'

red 160 ◦ green 20 ◦ blue 29

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

Shades of Carmine #A0141D

Tints of Carmine #A0141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 76.56%
G = 9.57%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0141D (or 0xA0141D) is known color: Carmine. HEX triplet: A0, 14 and 1D. RGB value is (160,20,29). Sum of RGB (Red+Green+Blue) = 160+20+29=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141D is #5FEBE2. Grayscale: #3E3E3E. Windows color (decimal): -6286307 or 1905824. OLE color: 1905824.

HSL color Cylindrical-coordinate representation of color #A0141D: hue angle of 356.14º degrees, saturation: 0.78, 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 #A0141D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 29 -
CMYK 0 0.88 0.82 0.37
HSL 356.14º 0.78% 0.35% -
HSV(B) 356.14º 0.88% 0.63% -
XYZ 14.97 8.06 1.93 -
YUV 62.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 160 20 29 0 0.88 0.82 0.37 356.14 0.78 0.35
Hex A0 14 1D 0 58 52 25 164 4E 23
Octal 240 24 35 0 130 122 45 544 116 43
Binary 10100000 10100 11101 0 1011000 1010010 100101 101100100 1001110 100011

Color Harmonies of #A0141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141D

Black with #A0141D

Text Example


Text Example

White with #A0141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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