Html Css Color HEX #A40815 Carmine

📋 copy color: '#A40815'

red 164 ◦ green 8 ◦ blue 21

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

Shades of Carmine #A40815

Tints of Carmine #A40815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 84.97%
G = 4.15%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A40815 (or 0xA40815) is known color: Carmine. HEX triplet: A4, 08 and 15. RGB value is (164,8,21). Sum of RGB (Red+Green+Blue) = 164+8+21=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A40815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40815 is #5BF7EA. Grayscale: #383838. Windows color (decimal): -6027243 or 1378468. OLE color: 1378468.

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

Color convert

RGB 164 8 21 -
CMYK 0 0.95 0.87 0.36
HSL 355º 0.91% 0.34% -
HSV(B) 355º 0.95% 0.64% -
XYZ 15.53 8.12 1.46 -
YUV 56.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 164 8 21 0 0.95 0.87 0.36 355 0.91 0.34
Hex A4 8 15 0 5F 57 24 163 5B 22
Octal 244 10 25 0 137 127 44 543 133 42
Binary 10100100 1000 10101 0 1011111 1010111 100100 101100011 1011011 100010

Color Harmonies of #A40815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40815

Black with #A40815

Text Example


Text Example

White with #A40815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40815; }

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

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

background-color css

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

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

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

border-color css

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

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

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