Html Css Color HEX #A63F34 Medium Carmine

📋 copy color: '#A63F34'

red 166 ◦ green 63 ◦ blue 52

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

Shades of Medium Carmine #A63F34

Tints of Medium Carmine #A63F34

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 59.07%
G = 22.42%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63F34 (or 0xA63F34) is known color: Medium Carmine. HEX triplet: A6, 3F and 34. RGB value is (166,63,52). Sum of RGB (Red+Green+Blue) = 166+63+52=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F34 is #59C0CB. Grayscale: #5C5C5C. Windows color (decimal): -5882060 or 3424166. OLE color: 3424166.

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

Color convert

RGB 166 63 52 -
CMYK 0 0.62 0.69 0.35
HSL 5.79º 0.52% 0.43% -
HSV(B) 5.79º 0.69% 0.65% -
XYZ 18.12 11.91 4.59 -
YUV 92.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 166 63 52 0 0.62 0.69 0.35 5.79 0.52 0.43
Hex A6 3F 34 0 3E 45 23 6 34 2B
Octal 246 77 64 0 76 105 43 6 64 53
Binary 10100110 111111 110100 0 111110 1000101 100011 110 110100 101011

Color Harmonies of #A63F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F34

Black with #A63F34

Text Example


Text Example

White with #A63F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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