Html Css Color HEX #A63C2D Medium Carmine

📋 copy color: '#A63C2D'

red 166 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #A63C2D

Tints of Medium Carmine #A63C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 61.25%
G = 22.14%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A63C2D (or 0xA63C2D) is known color: Medium Carmine. HEX triplet: A6, 3C and 2D. RGB value is (166,60,45). Sum of RGB (Red+Green+Blue) = 166+60+45=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C2D is #59C3D2. Grayscale: #5A5A5A. Windows color (decimal): -5882835 or 2964646. OLE color: 2964646.

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

Color convert

RGB 166 60 45 -
CMYK 0 0.64 0.73 0.35
HSL 7.44º 0.57% 0.41% -
HSV(B) 7.44º 0.73% 0.65% -
XYZ 17.82 11.53 3.77 -
YUV 89.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 166 60 45 0 0.64 0.73 0.35 7.44 0.57 0.41
Hex A6 3C 2D 0 40 49 23 7 39 29
Octal 246 74 55 0 100 111 43 7 71 51
Binary 10100110 111100 101101 0 1000000 1001001 100011 111 111001 101001

Color Harmonies of #A63C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C2D

Black with #A63C2D

Text Example


Text Example

White with #A63C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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