Html Css Color HEX #A0111C Carmine

📋 copy color: '#A0111C'

red 160 ◦ green 17 ◦ blue 28

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

Shades of Carmine #A0111C

Tints of Carmine #A0111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 78.05%
G = 8.29%
B = 13.66%

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

#A0111C (or 0xA0111C) is known color: Carmine. HEX triplet: A0, 11 and 1C. RGB value is (160,17,28). Sum of RGB (Red+Green+Blue) = 160+17+28=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0111C is #5FEEE3. Grayscale: #3D3D3D. Windows color (decimal): -6287076 or 1839520. OLE color: 1839520.

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

Color convert

RGB 160 17 28 -
CMYK 0 0.89 0.82 0.37
HSL 355.38º 0.81% 0.35% -
HSV(B) 355.38º 0.89% 0.63% -
XYZ 14.91 7.96 1.85 -
YUV 61.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 160 17 28 0 0.89 0.82 0.37 355.38 0.81 0.35
Hex A0 11 1C 0 59 52 25 163 51 23
Octal 240 21 34 0 131 122 45 543 121 43
Binary 10100000 10001 11100 0 1011001 1010010 100101 101100011 1010001 100011

Color Harmonies of #A0111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0111C

Black with #A0111C

Text Example


Text Example

White with #A0111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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