Html Css Color HEX #A64236 Medium Carmine

📋 copy color: '#A64236'

red 166 ◦ green 66 ◦ blue 54

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

Shades of Medium Carmine #A64236

Tints of Medium Carmine #A64236

RGB

 RED value IS 166 (65.23% from 255) = 58.04%

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

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

R = 58.04%
G = 23.08%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64236 (or 0xA64236) is known color: Medium Carmine. HEX triplet: A6, 42 and 36. RGB value is (166,66,54). Sum of RGB (Red+Green+Blue) = 166+66+54=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64236 is #59BDC9. Grayscale: #5E5E5E. Windows color (decimal): -5881290 or 3556006. OLE color: 3556006.

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

Color convert

RGB 166 66 54 -
CMYK 0 0.60 0.67 0.35
HSL 6.43º 0.51% 0.43% -
HSV(B) 6.43º 0.67% 0.65% -
XYZ 18.34 12.27 4.89 -
YUV 94.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 166 66 54 0 0.60 0.67 0.35 6.43 0.51 0.43
Hex A6 42 36 0 3C 43 23 6 33 2B
Octal 246 102 66 0 74 103 43 6 63 53
Binary 10100110 1000010 110110 0 111100 1000011 100011 110 110011 101011

Color Harmonies of #A64236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64236

Black with #A64236

Text Example


Text Example

White with #A64236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64236; }

 p { color: rgb(166,66,54); }

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

background-color css

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

 a { background-color: rgb(166,66,54); }

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

border-color css

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

 span { border-color: rgb(166,66,54); }

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