Html Css Color HEX #A44037 Medium Carmine

📋 copy color: '#A44037'

red 164 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #A44037

Tints of Medium Carmine #A44037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 57.95%
G = 22.61%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A44037 (or 0xA44037) is known color: Medium Carmine. HEX triplet: A4, 40 and 37. RGB value is (164,64,55). Sum of RGB (Red+Green+Blue) = 164+64+55=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A44037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44037 is #5BBFC8. Grayscale: #5D5D5D. Windows color (decimal): -6012873 or 3621028. OLE color: 3621028.

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

Color convert

RGB 164 64 55 -
CMYK 0 0.61 0.66 0.36
HSL 4.95º 0.5% 0.43% -
HSV(B) 4.95º 0.66% 0.64% -
XYZ 17.83 11.84 4.96 -
YUV 92.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 164 64 55 0 0.61 0.66 0.36 4.95 0.5 0.43
Hex A4 40 37 0 3D 42 24 5 32 2B
Octal 244 100 67 0 75 102 44 5 62 53
Binary 10100100 1000000 110111 0 111101 1000010 100100 101 110010 101011

Color Harmonies of #A44037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44037

Black with #A44037

Text Example


Text Example

White with #A44037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44037; }

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

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

background-color css

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

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

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

border-color css

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

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

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