Html Css Color HEX #A44234 Medium Carmine

📋 copy color: '#A44234'

red 164 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #A44234

Tints of Medium Carmine #A44234

RGB

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

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

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

R = 58.16%
G = 23.4%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A44234 (or 0xA44234) is known color: Medium Carmine. HEX triplet: A4, 42 and 34. RGB value is (164,66,52). Sum of RGB (Red+Green+Blue) = 164+66+52=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A44234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44234 is #5BBDCB. Grayscale: #5D5D5D. Windows color (decimal): -6012364 or 3424932. OLE color: 3424932.

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

Color convert

RGB 164 66 52 -
CMYK 0 0.60 0.68 0.36
HSL 7.5º 0.52% 0.42% -
HSV(B) 7.5º 0.68% 0.64% -
XYZ 17.88 12.04 4.63 -
YUV 93.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 164 66 52 0 0.60 0.68 0.36 7.5 0.52 0.42
Hex A4 42 34 0 3C 44 24 8 34 2A
Octal 244 102 64 0 74 104 44 10 64 52
Binary 10100100 1000010 110100 0 111100 1000100 100100 1000 110100 101010

Color Harmonies of #A44234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44234

Black with #A44234

Text Example


Text Example

White with #A44234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44234; }

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

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

background-color css

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

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

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

border-color css

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

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

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