Html Css Color HEX #A40A11 Carmine

📋 copy color: '#A40A11'

red 164 ◦ green 10 ◦ blue 17

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

Shades of Carmine #A40A11

Tints of Carmine #A40A11

RGB

 RED value IS 164 (64.45% from 255) = 85.86%

 GREEN value IS 10 (4.3% from 255) = 5.24%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 85.86%
G = 5.24%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A40A11 (or 0xA40A11) is known color: Carmine. HEX triplet: A4, 0A and 11. RGB value is (164,10,17). Sum of RGB (Red+Green+Blue) = 164+10+17=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40A11 is #5BF5EE. Grayscale: #383838. Windows color (decimal): -6026735 or 1116836. OLE color: 1116836.

HSL color Cylindrical-coordinate representation of color #A40A11: hue angle of 357.27º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A11 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 10 17 -
CMYK 0 0.94 0.90 0.36
HSL 357.27º 0.89% 0.34% -
HSV(B) 357.27º 0.94% 0.64% -
XYZ 15.52 8.15 1.29 -
YUV 56.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 164 10 17 0 0.94 0.90 0.36 357.27 0.89 0.34
Hex A4 A 11 0 5E 5A 24 165 59 22
Octal 244 12 21 0 136 132 44 545 131 42
Binary 10100100 1010 10001 0 1011110 1011010 100100 101100101 1011001 100010

Color Harmonies of #A40A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A11

Black with #A40A11

Text Example


Text Example

White with #A40A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A11; }

 p { color: rgb(164,10,17); }

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

background-color css

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

 a { background-color: rgb(164,10,17); }

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

border-color css

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

 span { border-color: rgb(164,10,17); }

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