Html Css Color HEX #A44136 Medium Carmine

📋 copy color: '#A44136'

red 164 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #A44136

Tints of Medium Carmine #A44136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 57.95%
G = 22.97%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A44136 (or 0xA44136) is known color: Medium Carmine. HEX triplet: A4, 41 and 36. RGB value is (164,65,54). Sum of RGB (Red+Green+Blue) = 164+65+54=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A44136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44136 is #5BBEC9. Grayscale: #5D5D5D. Windows color (decimal): -6012618 or 3555748. OLE color: 3555748.

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

Color convert

RGB 164 65 54 -
CMYK 0 0.60 0.67 0.36
HSL 0.5% 0.43% -
HSV(B) 0.67% 0.64% -
XYZ 17.87 11.94 4.85 -
YUV 93.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 164 65 54 0 0.60 0.67 0.36 6 0.5 0.43
Hex A4 41 36 0 3C 43 24 6 32 2B
Octal 244 101 66 0 74 103 44 6 62 53
Binary 10100100 1000001 110110 0 111100 1000011 100100 110 110010 101011

Color Harmonies of #A44136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44136

Black with #A44136

Text Example


Text Example

White with #A44136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44136; }

 p { color: rgb(164,65,54); }

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

background-color css

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

 a { background-color: rgb(164,65,54); }

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

border-color css

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

 span { border-color: rgb(164,65,54); }

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