Html Css Color HEX #A0141A Carmine

📋 copy color: '#A0141A'

red 160 ◦ green 20 ◦ blue 26

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

Shades of Carmine #A0141A

Tints of Carmine #A0141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 77.67%
G = 9.71%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0141A (or 0xA0141A) is known color: Carmine. HEX triplet: A0, 14 and 1A. RGB value is (160,20,26). Sum of RGB (Red+Green+Blue) = 160+20+26=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141A is #5FEBE5. Grayscale: #3E3E3E. Windows color (decimal): -6286310 or 1709216. OLE color: 1709216.

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

Color convert

RGB 160 20 26 -
CMYK 0 0.88 0.84 0.37
HSL 357.43º 0.78% 0.35% -
HSV(B) 357.43º 0.88% 0.63% -
XYZ 14.93 8.05 1.74 -
YUV 62.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 160 20 26 0 0.88 0.84 0.37 357.43 0.78 0.35
Hex A0 14 1A 0 58 54 25 165 4E 23
Octal 240 24 32 0 130 124 45 545 116 43
Binary 10100000 10100 11010 0 1011000 1010100 100101 101100101 1001110 100011

Color Harmonies of #A0141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141A

Black with #A0141A

Text Example


Text Example

White with #A0141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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