Html Css Color HEX #A44034 Medium Carmine

📋 copy color: '#A44034'

red 164 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #A44034

Tints of Medium Carmine #A44034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 58.57%
G = 22.86%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A44034 (or 0xA44034) is known color: Medium Carmine. HEX triplet: A4, 40 and 34. RGB value is (164,64,52). Sum of RGB (Red+Green+Blue) = 164+64+52=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A44034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44034 is #5BBFCB. Grayscale: #5C5C5C. Windows color (decimal): -6012876 or 3424420. OLE color: 3424420.

HSL color Cylindrical-coordinate representation of color #A44034: hue angle of 6.43º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44034 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 52 -
CMYK 0 0.61 0.68 0.36
HSL 6.43º 0.52% 0.42% -
HSV(B) 6.43º 0.68% 0.64% -
XYZ 17.76 11.81 4.59 -
YUV 92.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 164 64 52 0 0.61 0.68 0.36 6.43 0.52 0.42
Hex A4 40 34 0 3D 44 24 6 34 2A
Octal 244 100 64 0 75 104 44 6 64 52
Binary 10100100 1000000 110100 0 111101 1000100 100100 110 110100 101010

Color Harmonies of #A44034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44034

Black with #A44034

Text Example


Text Example

White with #A44034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44034; }

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

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

background-color css

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

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

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

border-color css

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

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

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