Html Css Color HEX #A40C2A Carmine

📋 copy color: '#A40C2A'

red 164 ◦ green 12 ◦ blue 42

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

Shades of Carmine #A40C2A

Tints of Carmine #A40C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 75.23%
G = 5.5%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A40C2A (or 0xA40C2A) is known color: Carmine. HEX triplet: A4, 0C and 2A. RGB value is (164,12,42). Sum of RGB (Red+Green+Blue) = 164+12+42=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C2A is #5BF3D5. Grayscale: #3C3C3C. Windows color (decimal): -6026198 or 2755748. OLE color: 2755748.

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

Color convert

RGB 164 12 42 -
CMYK 0 0.93 0.74 0.36
HSL 348.16º 0.86% 0.35% -
HSV(B) 348.16º 0.93% 0.64% -
XYZ 15.86 8.32 2.96 -
YUV 60.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 164 12 42 0 0.93 0.74 0.36 348.16 0.86 0.35
Hex A4 C 2A 0 5D 4A 24 15C 56 23
Octal 244 14 52 0 135 112 44 534 126 43
Binary 10100100 1100 101010 0 1011101 1001010 100100 101011100 1010110 100011

Color Harmonies of #A40C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C2A

Black with #A40C2A

Text Example


Text Example

White with #A40C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C2A; }

 p { color: rgb(164,12,42); }

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

background-color css

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

 a { background-color: rgb(164,12,42); }

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

border-color css

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

 span { border-color: rgb(164,12,42); }

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