Html Css Color HEX #A34037 Medium Carmine

📋 copy color: '#A34037'

red 163 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #A34037

Tints of Medium Carmine #A34037

RGB

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

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

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

R = 57.8%
G = 22.7%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A34037 (or 0xA34037) is known color: Medium Carmine. HEX triplet: A3, 40 and 37. RGB value is (163,64,55). Sum of RGB (Red+Green+Blue) = 163+64+55=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34037 is #5CBFC8. Grayscale: #5C5C5C. Windows color (decimal): -6078409 or 3621027. OLE color: 3621027.

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

Color convert

RGB 163 64 55 -
CMYK 0 0.61 0.66 0.36
HSL 0.5% 0.43% -
HSV(B) 0.66% 0.64% -
XYZ 17.63 11.73 4.95 -
YUV 92.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 163 64 55 0 0.61 0.66 0.36 5 0.5 0.43
Hex A3 40 37 0 3D 42 24 5 32 2B
Octal 243 100 67 0 75 102 44 5 62 53
Binary 10100011 1000000 110111 0 111101 1000010 100100 101 110010 101011

Color Harmonies of #A34037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34037

Black with #A34037

Text Example


Text Example

White with #A34037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34037; }

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

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

background-color css

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

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

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

border-color css

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

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

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