Html Css Color HEX #A54535 Medium Carmine

📋 copy color: '#A54535'

red 165 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #A54535

Tints of Medium Carmine #A54535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 57.49%
G = 24.04%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A54535 (or 0xA54535) is known color: Medium Carmine. HEX triplet: A5, 45 and 35. RGB value is (165,69,53). Sum of RGB (Red+Green+Blue) = 165+69+53=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A54535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54535 is #5ABACA. Grayscale: #606060. Windows color (decimal): -5946059 or 3491237. OLE color: 3491237.

HSL color Cylindrical-coordinate representation of color #A54535: hue angle of 8.57º degrees, saturation: 0.51, 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 #A54535 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 53 -
CMYK 0 0.58 0.68 0.35
HSL 8.57º 0.51% 0.43% -
HSV(B) 8.57º 0.68% 0.65% -
XYZ 18.29 12.51 4.82 -
YUV 95.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 165 69 53 0 0.58 0.68 0.35 8.57 0.51 0.43
Hex A5 45 35 0 3A 44 23 9 33 2B
Octal 245 105 65 0 72 104 43 11 63 53
Binary 10100101 1000101 110101 0 111010 1000100 100011 1001 110011 101011

Color Harmonies of #A54535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54535

Black with #A54535

Text Example


Text Example

White with #A54535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54535; }

 p { color: rgb(165,69,53); }

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

background-color css

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

 a { background-color: rgb(165,69,53); }

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

border-color css

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

 span { border-color: rgb(165,69,53); }

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