Html Css Color HEX #A40117 Carmine

📋 copy color: '#A40117'

red 164 ◦ green 1 ◦ blue 23

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

Shades of Carmine #A40117

Tints of Carmine #A40117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.23%

R = 87.23%
G = 0.53%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A40117 (or 0xA40117) is known color: Carmine. HEX triplet: A4, 01 and 17. RGB value is (164,1,23). Sum of RGB (Red+Green+Blue) = 164+1+23=188 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.23% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 164 - color contains mainly: red. Hex color #A40117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40117 is #5BFEE8. Grayscale: #343434. Windows color (decimal): -6029033 or 1507748. OLE color: 1507748.

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

Color convert

RGB 164 1 23 -
CMYK 0 0.99 0.86 0.36
HSL 351.9º 0.99% 0.32% -
HSV(B) 351.9º 0.99% 0.64% -
XYZ 15.48 7.98 1.53 -
YUV 52.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 164 1 23 0 0.99 0.86 0.36 351.9 0.99 0.32
Hex A4 1 17 0 63 56 24 160 63 20
Octal 244 1 27 0 143 126 44 540 143 40
Binary 10100100 1 10111 0 1100011 1010110 100100 101100000 1100011 100000

Color Harmonies of #A40117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40117

Black with #A40117

Text Example


Text Example

White with #A40117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40117; }

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

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

background-color css

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

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

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

border-color css

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

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

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