Html Css Color HEX #A0011B Carmine

📋 copy color: '#A0011B'

red 160 ◦ green 1 ◦ blue 27

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

Shades of Carmine #A0011B

Tints of Carmine #A0011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 85.11%
G = 0.53%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0011B (or 0xA0011B) is known color: Carmine. HEX triplet: A0, 01 and 1B. RGB value is (160,1,27). Sum of RGB (Red+Green+Blue) = 160+1+27=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A0011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0011B is #5FFEE4. Grayscale: #333333. Windows color (decimal): -6291173 or 1769888. OLE color: 1769888.

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

Color convert

RGB 160 1 27 -
CMYK 0 0.99 0.83 0.37
HSL 350.19º 0.99% 0.32% -
HSV(B) 350.19º 0.99% 0.63% -
XYZ 14.71 7.57 1.72 -
YUV 51.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 160 1 27 0 0.99 0.83 0.37 350.19 0.99 0.32
Hex A0 1 1B 0 63 53 25 15E 63 20
Octal 240 1 33 0 143 123 45 536 143 40
Binary 10100000 1 11011 0 1100011 1010011 100101 101011110 1100011 100000

Color Harmonies of #A0011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0011B

Black with #A0011B

Text Example


Text Example

White with #A0011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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