Html Css Color HEX #A53E34 Medium Carmine

📋 copy color: '#A53E34'

red 165 ◦ green 62 ◦ blue 52

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

Shades of Medium Carmine #A53E34

Tints of Medium Carmine #A53E34

RGB

 RED value IS 165 (64.84% from 255) = 59.14%

 GREEN value IS 62 (24.61% from 255) = 22.22%

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

R = 59.14%
G = 22.22%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53E34 (or 0xA53E34) is known color: Medium Carmine. HEX triplet: A5, 3E and 34. RGB value is (165,62,52). Sum of RGB (Red+Green+Blue) = 165+62+52=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E34 is #5AC1CB. Grayscale: #5B5B5B. Windows color (decimal): -5947852 or 3423909. OLE color: 3423909.

HSL color Cylindrical-coordinate representation of color #A53E34: hue angle of 5.31º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53E34 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 62 52 -
CMYK 0 0.62 0.68 0.35
HSL 5.31º 0.52% 0.43% -
HSV(B) 5.31º 0.68% 0.65% -
XYZ 17.86 11.69 4.56 -
YUV 91.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 165 62 52 0 0.62 0.68 0.35 5.31 0.52 0.43
Hex A5 3E 34 0 3E 44 23 5 34 2B
Octal 245 76 64 0 76 104 43 5 64 53
Binary 10100101 111110 110100 0 111110 1000100 100011 101 110100 101011

Color Harmonies of #A53E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E34

Black with #A53E34

Text Example


Text Example

White with #A53E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E34; }

 p { color: rgb(165,62,52); }

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

background-color css

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

 a { background-color: rgb(165,62,52); }

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

border-color css

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

 span { border-color: rgb(165,62,52); }

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