Html Css Color HEX #A40E15 Carmine

📋 copy color: '#A40E15'

red 164 ◦ green 14 ◦ blue 21

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

Shades of Carmine #A40E15

Tints of Carmine #A40E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.04%

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 82.41%
G = 7.04%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A40E15 (or 0xA40E15) is known color: Carmine. HEX triplet: A4, 0E and 15. RGB value is (164,14,21). Sum of RGB (Red+Green+Blue) = 164+14+21=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40E15 is #5BF1EA. Grayscale: #3B3B3B. Windows color (decimal): -6025707 or 1380004. OLE color: 1380004.

HSL color Cylindrical-coordinate representation of color #A40E15: hue angle of 357.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E15 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 14 21 -
CMYK 0 0.91 0.87 0.36
HSL 357.2º 0.84% 0.35% -
HSV(B) 357.2º 0.91% 0.64% -
XYZ 15.6 8.26 1.48 -
YUV 59.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 164 14 21 0 0.91 0.87 0.36 357.2 0.84 0.35
Hex A4 E 15 0 5B 57 24 165 54 23
Octal 244 16 25 0 133 127 44 545 124 43
Binary 10100100 1110 10101 0 1011011 1010111 100100 101100101 1010100 100011

Color Harmonies of #A40E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E15

Black with #A40E15

Text Example


Text Example

White with #A40E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E15; }

 p { color: rgb(164,14,21); }

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

background-color css

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

 a { background-color: rgb(164,14,21); }

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

border-color css

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

 span { border-color: rgb(164,14,21); }

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