Html Css Color HEX #A0011C Carmine

📋 copy color: '#A0011C'

red 160 ◦ green 1 ◦ blue 28

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

Shades of Carmine #A0011C

Tints of Carmine #A0011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 84.66%
G = 0.53%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0011C (or 0xA0011C) is known color: Carmine. HEX triplet: A0, 01 and 1C. RGB value is (160,1,28). Sum of RGB (Red+Green+Blue) = 160+1+28=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A0011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0011C is #5FFEE3. Grayscale: #333333. Windows color (decimal): -6291172 or 1835424. OLE color: 1835424.

HSL color Cylindrical-coordinate representation of color #A0011C: hue angle of 349.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0011C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 28 -
CMYK 0 0.99 0.82 0.37
HSL 349.81º 0.99% 0.32% -
HSV(B) 349.81º 0.99% 0.63% -
XYZ 14.72 7.58 1.79 -
YUV 51.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 160 1 28 0 0.99 0.82 0.37 349.81 0.99 0.32
Hex A0 1 1C 0 63 52 25 15E 63 20
Octal 240 1 34 0 143 122 45 536 143 40
Binary 10100000 1 11100 0 1100011 1010010 100101 101011110 1100011 100000

Color Harmonies of #A0011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0011C

Black with #A0011C

Text Example


Text Example

White with #A0011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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