Html Css Color HEX #A0121E Carmine

📋 copy color: '#A0121E'

red 160 ◦ green 18 ◦ blue 30

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

Shades of Carmine #A0121E

Tints of Carmine #A0121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 76.92%
G = 8.65%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0121E (or 0xA0121E) is known color: Carmine. HEX triplet: A0, 12 and 1E. RGB value is (160,18,30). Sum of RGB (Red+Green+Blue) = 160+18+30=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0121E is #5FEDE1. Grayscale: #3D3D3D. Windows color (decimal): -6286818 or 1970848. OLE color: 1970848.

HSL color Cylindrical-coordinate representation of color #A0121E: hue angle of 354.93º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0121E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 30 -
CMYK 0 0.89 0.81 0.37
HSL 354.93º 0.8% 0.35% -
HSV(B) 354.93º 0.89% 0.63% -
XYZ 14.95 8 1.98 -
YUV 61.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 160 18 30 0 0.89 0.81 0.37 354.93 0.8 0.35
Hex A0 12 1E 0 59 51 25 163 50 23
Octal 240 22 36 0 131 121 45 543 120 43
Binary 10100000 10010 11110 0 1011001 1010001 100101 101100011 1010000 100011

Color Harmonies of #A0121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0121E

Black with #A0121E

Text Example


Text Example

White with #A0121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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