Html Css Color HEX #A53E37 Medium Carmine

📋 copy color: '#A53E37'

red 165 ◦ green 62 ◦ blue 55

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

Shades of Medium Carmine #A53E37

Tints of Medium Carmine #A53E37

RGB

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

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

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

R = 58.51%
G = 21.99%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A53E37 (or 0xA53E37) is known color: Medium Carmine. HEX triplet: A5, 3E and 37. RGB value is (165,62,55). Sum of RGB (Red+Green+Blue) = 165+62+55=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E37 is #5AC1C8. Grayscale: #5C5C5C. Windows color (decimal): -5947849 or 3620517. OLE color: 3620517.

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

Color convert

RGB 165 62 55 -
CMYK 0 0.62 0.67 0.35
HSL 3.82º 0.5% 0.43% -
HSV(B) 3.82º 0.67% 0.65% -
XYZ 17.93 11.72 4.93 -
YUV 92 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 165 62 55 0 0.62 0.67 0.35 3.82 0.5 0.43
Hex A5 3E 37 0 3E 43 23 4 32 2B
Octal 245 76 67 0 76 103 43 4 62 53
Binary 10100101 111110 110111 0 111110 1000011 100011 100 110010 101011

Color Harmonies of #A53E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E37

Black with #A53E37

Text Example


Text Example

White with #A53E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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