Html Css Color HEX #A63D36 Medium Carmine

📋 copy color: '#A63D36'

red 166 ◦ green 61 ◦ blue 54

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

Shades of Medium Carmine #A63D36

Tints of Medium Carmine #A63D36

RGB

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

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

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

R = 59.07%
G = 21.71%
B = 19.22%

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

#A63D36 (or 0xA63D36) is known color: Medium Carmine. HEX triplet: A6, 3D and 36. RGB value is (166,61,54). Sum of RGB (Red+Green+Blue) = 166+61+54=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D36 is #59C2C9. Grayscale: #5B5B5B. Windows color (decimal): -5882570 or 3554726. OLE color: 3554726.

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

Color convert

RGB 166 61 54 -
CMYK 0 0.63 0.67 0.35
HSL 3.75º 0.51% 0.43% -
HSV(B) 3.75º 0.67% 0.65% -
XYZ 18.06 11.71 4.8 -
YUV 91.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 166 61 54 0 0.63 0.67 0.35 3.75 0.51 0.43
Hex A6 3D 36 0 3F 43 23 4 33 2B
Octal 246 75 66 0 77 103 43 4 63 53
Binary 10100110 111101 110110 0 111111 1000011 100011 100 110011 101011

Color Harmonies of #A63D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D36

Black with #A63D36

Text Example


Text Example

White with #A63D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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