Html Css Color HEX #A44035 Medium Carmine

📋 copy color: '#A44035'

red 164 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #A44035

Tints of Medium Carmine #A44035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 58.36%
G = 22.78%
B = 18.86%

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

#A44035 (or 0xA44035) is known color: Medium Carmine. HEX triplet: A4, 40 and 35. RGB value is (164,64,53). Sum of RGB (Red+Green+Blue) = 164+64+53=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A44035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44035 is #5BBFCA. Grayscale: #5C5C5C. Windows color (decimal): -6012875 or 3489956. OLE color: 3489956.

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

Color convert

RGB 164 64 53 -
CMYK 0 0.61 0.68 0.36
HSL 5.95º 0.51% 0.43% -
HSV(B) 5.95º 0.68% 0.64% -
XYZ 17.79 11.82 4.71 -
YUV 92.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 164 64 53 0 0.61 0.68 0.36 5.95 0.51 0.43
Hex A4 40 35 0 3D 44 24 6 33 2B
Octal 244 100 65 0 75 104 44 6 63 53
Binary 10100100 1000000 110101 0 111101 1000100 100100 110 110011 101011

Color Harmonies of #A44035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44035

Black with #A44035

Text Example


Text Example

White with #A44035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44035; }

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

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

background-color css

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

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

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

border-color css

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

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

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