Html Css Color HEX #A0111D Carmine

📋 copy color: '#A0111D'

red 160 ◦ green 17 ◦ blue 29

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

Shades of Carmine #A0111D

Tints of Carmine #A0111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 77.67%
G = 8.25%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0111D (or 0xA0111D) is known color: Carmine. HEX triplet: A0, 11 and 1D. RGB value is (160,17,29). Sum of RGB (Red+Green+Blue) = 160+17+29=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0111D is #5FEEE2. Grayscale: #3D3D3D. Windows color (decimal): -6287075 or 1905056. OLE color: 1905056.

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

Color convert

RGB 160 17 29 -
CMYK 0 0.89 0.82 0.37
HSL 354.97º 0.81% 0.35% -
HSV(B) 354.97º 0.89% 0.63% -
XYZ 14.92 7.96 1.91 -
YUV 61.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 160 17 29 0 0.89 0.82 0.37 354.97 0.81 0.35
Hex A0 11 1D 0 59 52 25 163 51 23
Octal 240 21 35 0 131 122 45 543 121 43
Binary 10100000 10001 11101 0 1011001 1010010 100101 101100011 1010001 100011

Color Harmonies of #A0111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0111D

Black with #A0111D

Text Example


Text Example

White with #A0111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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