Html Css Color HEX #A40137 Carmine

📋 copy color: '#A40137'

red 164 ◦ green 1 ◦ blue 55

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

Shades of Carmine #A40137

Tints of Carmine #A40137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25%

R = 74.55%
G = 0.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A40137 (or 0xA40137) is known color: Carmine. HEX triplet: A4, 01 and 37. RGB value is (164,1,55). Sum of RGB (Red+Green+Blue) = 164+1+55=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A40137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40137 is #5BFEC8. Grayscale: #373737. Windows color (decimal): -6029001 or 3604900. OLE color: 3604900.

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

Color convert

RGB 164 1 55 -
CMYK 0 0.99 0.66 0.36
HSL 340.12º 0.99% 0.32% -
HSV(B) 340.12º 0.99% 0.64% -
XYZ 16.01 8.19 4.35 -
YUV 55.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 164 1 55 0 0.99 0.66 0.36 340.12 0.99 0.32
Hex A4 1 37 0 63 42 24 154 63 20
Octal 244 1 67 0 143 102 44 524 143 40
Binary 10100100 1 110111 0 1100011 1000010 100100 101010100 1100011 100000

Color Harmonies of #A40137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40137

Black with #A40137

Text Example


Text Example

White with #A40137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40137; }

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

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

background-color css

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

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

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

border-color css

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

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

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