Html Css Color HEX #A44238 Medium Carmine

📋 copy color: '#A44238'

red 164 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #A44238

Tints of Medium Carmine #A44238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 57.34%
G = 23.08%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A44238 (or 0xA44238) is known color: Medium Carmine. HEX triplet: A4, 42 and 38. RGB value is (164,66,56). Sum of RGB (Red+Green+Blue) = 164+66+56=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A44238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44238 is #5BBDC7. Grayscale: #5E5E5E. Windows color (decimal): -6012360 or 3687076. OLE color: 3687076.

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

Color convert

RGB 164 66 56 -
CMYK 0 0.60 0.66 0.36
HSL 5.56º 0.49% 0.43% -
HSV(B) 5.56º 0.66% 0.64% -
XYZ 17.97 12.07 5.12 -
YUV 94.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 164 66 56 0 0.60 0.66 0.36 5.56 0.49 0.43
Hex A4 42 38 0 3C 42 24 6 31 2B
Octal 244 102 70 0 74 102 44 6 61 53
Binary 10100100 1000010 111000 0 111100 1000010 100100 110 110001 101011

Color Harmonies of #A44238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44238

Black with #A44238

Text Example


Text Example

White with #A44238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44238; }

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

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

background-color css

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

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

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

border-color css

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

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

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