Html Css Color HEX #A40337 Carmine

📋 copy color: '#A40337'

red 164 ◦ green 3 ◦ blue 55

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

Shades of Carmine #A40337

Tints of Carmine #A40337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 73.87%
G = 1.35%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A40337 (or 0xA40337) is known color: Carmine. HEX triplet: A4, 03 and 37. RGB value is (164,3,55). Sum of RGB (Red+Green+Blue) = 164+3+55=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A40337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40337 is #5BFCC8. Grayscale: #393939. Windows color (decimal): -6028489 or 3605412. OLE color: 3605412.

HSL color Cylindrical-coordinate representation of color #A40337: hue angle of 340.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40337 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 55 -
CMYK 0 0.98 0.66 0.36
HSL 340.62º 0.96% 0.33% -
HSV(B) 340.62º 0.98% 0.64% -
XYZ 16.03 8.23 4.36 -
YUV 57.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 164 3 55 0 0.98 0.66 0.36 340.62 0.96 0.33
Hex A4 3 37 0 62 42 24 155 60 21
Octal 244 3 67 0 142 102 44 525 140 41
Binary 10100100 11 110111 0 1100010 1000010 100100 101010101 1100000 100001

Color Harmonies of #A40337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40337

Black with #A40337

Text Example


Text Example

White with #A40337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40337; }

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

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

background-color css

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

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

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

border-color css

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

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

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