Html Css Color HEX #A63C34 Medium Carmine

📋 copy color: '#A63C34'

red 166 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #A63C34

Tints of Medium Carmine #A63C34

RGB

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

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

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

R = 59.71%
G = 21.58%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63C34 (or 0xA63C34) is known color: Medium Carmine. HEX triplet: A6, 3C and 34. RGB value is (166,60,52). Sum of RGB (Red+Green+Blue) = 166+60+52=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C34 is #59C3CB. Grayscale: #5A5A5A. Windows color (decimal): -5882828 or 3423398. OLE color: 3423398.

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

Color convert

RGB 166 60 52 -
CMYK 0 0.64 0.69 0.35
HSL 4.21º 0.52% 0.43% -
HSV(B) 4.21º 0.69% 0.65% -
XYZ 17.96 11.59 4.54 -
YUV 90.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 166 60 52 0 0.64 0.69 0.35 4.21 0.52 0.43
Hex A6 3C 34 0 40 45 23 4 34 2B
Octal 246 74 64 0 100 105 43 4 64 53
Binary 10100110 111100 110100 0 1000000 1000101 100011 100 110100 101011

Color Harmonies of #A63C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C34

Black with #A63C34

Text Example


Text Example

White with #A63C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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