Html Css Color HEX #A53C33 Medium Carmine

📋 copy color: '#A53C33'

red 165 ◦ green 60 ◦ blue 51

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

Shades of Medium Carmine #A53C33

Tints of Medium Carmine #A53C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 59.78%
G = 21.74%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A53C33 (or 0xA53C33) is known color: Medium Carmine. HEX triplet: A5, 3C and 33. RGB value is (165,60,51). Sum of RGB (Red+Green+Blue) = 165+60+51=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C33 is #5AC3CC. Grayscale: #5A5A5A. Windows color (decimal): -5948365 or 3357861. OLE color: 3357861.

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

Color convert

RGB 165 60 51 -
CMYK 0 0.64 0.69 0.35
HSL 4.74º 0.53% 0.42% -
HSV(B) 4.74º 0.69% 0.65% -
XYZ 17.73 11.47 4.41 -
YUV 90.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 165 60 51 0 0.64 0.69 0.35 4.74 0.53 0.42
Hex A5 3C 33 0 40 45 23 5 35 2A
Octal 245 74 63 0 100 105 43 5 65 52
Binary 10100101 111100 110011 0 1000000 1000101 100011 101 110101 101010

Color Harmonies of #A53C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C33

Black with #A53C33

Text Example


Text Example

White with #A53C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C33; }

 p { color: rgb(165,60,51); }

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

background-color css

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

 a { background-color: rgb(165,60,51); }

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

border-color css

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

 span { border-color: rgb(165,60,51); }

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