Html Css Color HEX #A40116 Carmine

📋 copy color: '#A40116'

red 164 ◦ green 1 ◦ blue 22

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

Shades of Carmine #A40116

Tints of Carmine #A40116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 87.7%
G = 0.53%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A40116 (or 0xA40116) is known color: Carmine. HEX triplet: A4, 01 and 16. RGB value is (164,1,22). Sum of RGB (Red+Green+Blue) = 164+1+22=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A40116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40116 is #5BFEE9. Grayscale: #343434. Windows color (decimal): -6029034 or 1442212. OLE color: 1442212.

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

Color convert

RGB 164 1 22 -
CMYK 0 0.99 0.87 0.36
HSL 352.27º 0.99% 0.32% -
HSV(B) 352.27º 0.99% 0.64% -
XYZ 15.47 7.97 1.48 -
YUV 52.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 164 1 22 0 0.99 0.87 0.36 352.27 0.99 0.32
Hex A4 1 16 0 63 57 24 160 63 20
Octal 244 1 26 0 143 127 44 540 143 40
Binary 10100100 1 10110 0 1100011 1010111 100100 101100000 1100011 100000

Color Harmonies of #A40116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40116

Black with #A40116

Text Example


Text Example

White with #A40116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40116; }

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

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

background-color css

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

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

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

border-color css

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

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

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