Html Css Color HEX #A0111E Carmine

📋 copy color: '#A0111E'

red 160 ◦ green 17 ◦ blue 30

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

Shades of Carmine #A0111E

Tints of Carmine #A0111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 77.29%
G = 8.21%
B = 14.49%

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

#A0111E (or 0xA0111E) is known color: Carmine. HEX triplet: A0, 11 and 1E. RGB value is (160,17,30). Sum of RGB (Red+Green+Blue) = 160+17+30=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0111E is #5FEEE1. Grayscale: #3D3D3D. Windows color (decimal): -6287074 or 1970592. OLE color: 1970592.

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

Color convert

RGB 160 17 30 -
CMYK 0 0.89 0.81 0.37
HSL 354.55º 0.81% 0.35% -
HSV(B) 354.55º 0.89% 0.63% -
XYZ 14.93 7.97 1.98 -
YUV 61.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 160 17 30 0 0.89 0.81 0.37 354.55 0.81 0.35
Hex A0 11 1E 0 59 51 25 163 51 23
Octal 240 21 36 0 131 121 45 543 121 43
Binary 10100000 10001 11110 0 1011001 1010001 100101 101100011 1010001 100011

Color Harmonies of #A0111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0111E

Black with #A0111E

Text Example


Text Example

White with #A0111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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