Html Css Color HEX #A40111 Carmine

📋 copy color: '#A40111'

red 164 ◦ green 1 ◦ blue 17

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

Shades of Carmine #A40111

Tints of Carmine #A40111

RGB

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

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

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

R = 90.11%
G = 0.55%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A40111 (or 0xA40111) is known color: Carmine. HEX triplet: A4, 01 and 11. RGB value is (164,1,17). Sum of RGB (Red+Green+Blue) = 164+1+17=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A40111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40111 is #5BFEEE. Grayscale: #333333. Windows color (decimal): -6029039 or 1114532. OLE color: 1114532.

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

Color convert

RGB 164 1 17 -
CMYK 0 0.99 0.90 0.36
HSL 354.11º 0.99% 0.32% -
HSV(B) 354.11º 0.99% 0.64% -
XYZ 15.42 7.95 1.25 -
YUV 51.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 164 1 17 0 0.99 0.90 0.36 354.11 0.99 0.32
Hex A4 1 11 0 63 5A 24 162 63 20
Octal 244 1 21 0 143 132 44 542 143 40
Binary 10100100 1 10001 0 1100011 1011010 100100 101100010 1100011 100000

Color Harmonies of #A40111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40111

Black with #A40111

Text Example


Text Example

White with #A40111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40111; }

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

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

background-color css

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

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

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

border-color css

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

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

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