Html Css Color HEX #A34035 Medium Carmine

📋 copy color: '#A34035'

red 163 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #A34035

Tints of Medium Carmine #A34035

RGB

 RED value IS 163 (64.06% from 255) = 58.21%

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 58.21%
G = 22.86%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A34035 (or 0xA34035) is known color: Medium Carmine. HEX triplet: A3, 40 and 35. RGB value is (163,64,53). Sum of RGB (Red+Green+Blue) = 163+64+53=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A34035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34035 is #5CBFCA. Grayscale: #5C5C5C. Windows color (decimal): -6078411 or 3489955. OLE color: 3489955.

HSL color Cylindrical-coordinate representation of color #A34035: hue angle of 6º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34035 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 53 -
CMYK 0 0.61 0.67 0.36
HSL 0.51% 0.42% -
HSV(B) 0.67% 0.64% -
XYZ 17.58 11.71 4.7 -
YUV 92.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 163 64 53 0 0.61 0.67 0.36 6 0.51 0.42
Hex A3 40 35 0 3D 43 24 6 33 2A
Octal 243 100 65 0 75 103 44 6 63 52
Binary 10100011 1000000 110101 0 111101 1000011 100100 110 110011 101010

Color Harmonies of #A34035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34035

Black with #A34035

Text Example


Text Example

White with #A34035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34035; }

 p { color: rgb(163,64,53); }

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

background-color css

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

 a { background-color: rgb(163,64,53); }

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

border-color css

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

 span { border-color: rgb(163,64,53); }

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