Html Css Color HEX #A0141C Carmine

📋 copy color: '#A0141C'

red 160 ◦ green 20 ◦ blue 28

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

Shades of Carmine #A0141C

Tints of Carmine #A0141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 76.92%
G = 9.62%
B = 13.46%

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

#A0141C (or 0xA0141C) is known color: Carmine. HEX triplet: A0, 14 and 1C. RGB value is (160,20,28). Sum of RGB (Red+Green+Blue) = 160+20+28=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141C is #5FEBE3. Grayscale: #3E3E3E. Windows color (decimal): -6286308 or 1840288. OLE color: 1840288.

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

Color convert

RGB 160 20 28 -
CMYK 0 0.88 0.82 0.37
HSL 356.57º 0.78% 0.35% -
HSV(B) 356.57º 0.88% 0.63% -
XYZ 14.96 8.06 1.87 -
YUV 62.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 160 20 28 0 0.88 0.82 0.37 356.57 0.78 0.35
Hex A0 14 1C 0 58 52 25 165 4E 23
Octal 240 24 34 0 130 122 45 545 116 43
Binary 10100000 10100 11100 0 1011000 1010010 100101 101100101 1001110 100011

Color Harmonies of #A0141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141C

Black with #A0141C

Text Example


Text Example

White with #A0141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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