Html Css Color HEX #A44237 Medium Carmine

📋 copy color: '#A44237'

red 164 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #A44237

Tints of Medium Carmine #A44237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 57.54%
G = 23.16%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A44237 (or 0xA44237) is known color: Medium Carmine. HEX triplet: A4, 42 and 37. RGB value is (164,66,55). Sum of RGB (Red+Green+Blue) = 164+66+55=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44237 is #5BBDC8. Grayscale: #5E5E5E. Windows color (decimal): -6012361 or 3621540. OLE color: 3621540.

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

Color convert

RGB 164 66 55 -
CMYK 0 0.60 0.66 0.36
HSL 6.06º 0.5% 0.43% -
HSV(B) 6.06º 0.66% 0.64% -
XYZ 17.95 12.06 5 -
YUV 94.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 164 66 55 0 0.60 0.66 0.36 6.06 0.5 0.43
Hex A4 42 37 0 3C 42 24 6 32 2B
Octal 244 102 67 0 74 102 44 6 62 53
Binary 10100100 1000010 110111 0 111100 1000010 100100 110 110010 101011

Color Harmonies of #A44237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44237

Black with #A44237

Text Example


Text Example

White with #A44237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44237; }

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

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

background-color css

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

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

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

border-color css

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

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

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