Html Css Color HEX #A63D34 Medium Carmine

📋 copy color: '#A63D34'

red 166 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #A63D34

Tints of Medium Carmine #A63D34

RGB

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

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

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

R = 59.5%
G = 21.86%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63D34 (or 0xA63D34) is known color: Medium Carmine. HEX triplet: A6, 3D and 34. RGB value is (166,61,52). Sum of RGB (Red+Green+Blue) = 166+61+52=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D34 is #59C2CB. Grayscale: #5B5B5B. Windows color (decimal): -5882572 or 3423654. OLE color: 3423654.

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

Color convert

RGB 166 61 52 -
CMYK 0 0.63 0.69 0.35
HSL 4.74º 0.52% 0.43% -
HSV(B) 4.74º 0.69% 0.65% -
XYZ 18.01 11.69 4.56 -
YUV 91.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 166 61 52 0 0.63 0.69 0.35 4.74 0.52 0.43
Hex A6 3D 34 0 3F 45 23 5 34 2B
Octal 246 75 64 0 77 105 43 5 64 53
Binary 10100110 111101 110100 0 111111 1000101 100011 101 110100 101011

Color Harmonies of #A63D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D34

Black with #A63D34

Text Example


Text Example

White with #A63D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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