Html Css Color HEX #A53D30 Medium Carmine

📋 copy color: '#A53D30'

red 165 ◦ green 61 ◦ blue 48

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

Shades of Medium Carmine #A53D30

Tints of Medium Carmine #A53D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 60.22%
G = 22.26%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A53D30 (or 0xA53D30) is known color: Medium Carmine. HEX triplet: A5, 3D and 30. RGB value is (165,61,48). Sum of RGB (Red+Green+Blue) = 165+61+48=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D30 is #5AC2CF. Grayscale: #5A5A5A. Windows color (decimal): -5948112 or 3161509. OLE color: 3161509.

HSL color Cylindrical-coordinate representation of color #A53D30: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53D30 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 61 48 -
CMYK 0 0.63 0.71 0.35
HSL 6.67º 0.55% 0.42% -
HSV(B) 6.67º 0.71% 0.65% -
XYZ 17.72 11.55 4.09 -
YUV 90.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 165 61 48 0 0.63 0.71 0.35 6.67 0.55 0.42
Hex A5 3D 30 0 3F 47 23 7 37 2A
Octal 245 75 60 0 77 107 43 7 67 52
Binary 10100101 111101 110000 0 111111 1000111 100011 111 110111 101010

Color Harmonies of #A53D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D30

Black with #A53D30

Text Example


Text Example

White with #A53D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D30; }

 p { color: rgb(165,61,48); }

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

background-color css

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

 a { background-color: rgb(165,61,48); }

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

border-color css

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

 span { border-color: rgb(165,61,48); }

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