Html Css Color HEX #A63C38 Medium Carmine

📋 copy color: '#A63C38'

red 166 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #A63C38

Tints of Medium Carmine #A63C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 58.87%
G = 21.28%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A63C38 (or 0xA63C38) is known color: Medium Carmine. HEX triplet: A6, 3C and 38. RGB value is (166,60,56). Sum of RGB (Red+Green+Blue) = 166+60+56=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C38 is #59C3C7. Grayscale: #5B5B5B. Windows color (decimal): -5882824 or 3685542. OLE color: 3685542.

HSL color Cylindrical-coordinate representation of color #A63C38: hue angle of 2.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63C38 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 56 -
CMYK 0 0.64 0.66 0.35
HSL 2.18º 0.5% 0.44% -
HSV(B) 2.18º 0.66% 0.65% -
XYZ 18.06 11.62 5.03 -
YUV 91.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 166 60 56 0 0.64 0.66 0.35 2.18 0.5 0.44
Hex A6 3C 38 0 40 42 23 2 32 2C
Octal 246 74 70 0 100 102 43 2 62 54
Binary 10100110 111100 111000 0 1000000 1000010 100011 10 110010 101100

Color Harmonies of #A63C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C38

Black with #A63C38

Text Example


Text Example

White with #A63C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C38; }

 p { color: rgb(166,60,56); }

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

background-color css

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

 a { background-color: rgb(166,60,56); }

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

border-color css

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

 span { border-color: rgb(166,60,56); }

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