Html Css Color HEX #A63D37 Medium Carmine

📋 copy color: '#A63D37'

red 166 ◦ green 61 ◦ blue 55

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

Shades of Medium Carmine #A63D37

Tints of Medium Carmine #A63D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 58.87%
G = 21.63%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63D37 (or 0xA63D37) is known color: Medium Carmine. HEX triplet: A6, 3D and 37. RGB value is (166,61,55). Sum of RGB (Red+Green+Blue) = 166+61+55=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D37 is #59C2C8. Grayscale: #5B5B5B. Windows color (decimal): -5882569 or 3620262. OLE color: 3620262.

HSL color Cylindrical-coordinate representation of color #A63D37: hue angle of 3.24º degrees, saturation: 0.5, 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 #A63D37 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 61 55 -
CMYK 0 0.63 0.67 0.35
HSL 3.24º 0.5% 0.43% -
HSV(B) 3.24º 0.67% 0.65% -
XYZ 18.08 11.72 4.92 -
YUV 91.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 166 61 55 0 0.63 0.67 0.35 3.24 0.5 0.43
Hex A6 3D 37 0 3F 43 23 3 32 2B
Octal 246 75 67 0 77 103 43 3 62 53
Binary 10100110 111101 110111 0 111111 1000011 100011 11 110010 101011

Color Harmonies of #A63D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D37

Black with #A63D37

Text Example


Text Example

White with #A63D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D37; }

 p { color: rgb(166,61,55); }

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

background-color css

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

 a { background-color: rgb(166,61,55); }

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

border-color css

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

 span { border-color: rgb(166,61,55); }

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