Html Css Color HEX #A0141E Carmine

📋 copy color: '#A0141E'

red 160 ◦ green 20 ◦ blue 30

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

Shades of Carmine #A0141E

Tints of Carmine #A0141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0141E (or 0xA0141E) is known color: Carmine. HEX triplet: A0, 14 and 1E. RGB value is (160,20,30). Sum of RGB (Red+Green+Blue) = 160+20+30=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0141E is #5FEBE1. Grayscale: #3F3F3F. Windows color (decimal): -6286306 or 1971360. OLE color: 1971360.

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

Color convert

RGB 160 20 30 -
CMYK 0 0.88 0.81 0.37
HSL 355.71º 0.78% 0.35% -
HSV(B) 355.71º 0.88% 0.63% -
XYZ 14.98 8.07 2 -
YUV 63 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 160 20 30 0 0.88 0.81 0.37 355.71 0.78 0.35
Hex A0 14 1E 0 58 51 25 164 4E 23
Octal 240 24 36 0 130 121 45 544 116 43
Binary 10100000 10100 11110 0 1011000 1010001 100101 101100100 1001110 100011

Color Harmonies of #A0141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0141E

Black with #A0141E

Text Example


Text Example

White with #A0141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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