Html Css Color HEX #A0011D Carmine

📋 copy color: '#A0011D'

red 160 ◦ green 1 ◦ blue 29

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

Shades of Carmine #A0011D

Tints of Carmine #A0011D

RGB

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

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

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

R = 84.21%
G = 0.53%
B = 15.26%

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

#A0011D (or 0xA0011D) is known color: Carmine. HEX triplet: A0, 01 and 1D. RGB value is (160,1,29). Sum of RGB (Red+Green+Blue) = 160+1+29=190 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.21% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 160 - color contains mainly: red. Hex color #A0011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0011D is #5FFEE2. Grayscale: #333333. Windows color (decimal): -6291171 or 1900960. OLE color: 1900960.

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

Color convert

RGB 160 1 29 -
CMYK 0 0.99 0.82 0.37
HSL 349.43º 0.99% 0.32% -
HSV(B) 349.43º 0.99% 0.63% -
XYZ 14.73 7.58 1.85 -
YUV 51.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 160 1 29 0 0.99 0.82 0.37 349.43 0.99 0.32
Hex A0 1 1D 0 63 52 25 15D 63 20
Octal 240 1 35 0 143 122 45 535 143 40
Binary 10100000 1 11101 0 1100011 1010010 100101 101011101 1100011 100000

Color Harmonies of #A0011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0011D

Black with #A0011D

Text Example


Text Example

White with #A0011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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