Html Css Color HEX #A54134 Medium Carmine

📋 copy color: '#A54134'

red 165 ◦ green 65 ◦ blue 52

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

Shades of Medium Carmine #A54134

Tints of Medium Carmine #A54134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 58.51%
G = 23.05%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A54134 (or 0xA54134) is known color: Medium Carmine. HEX triplet: A5, 41 and 34. RGB value is (165,65,52). Sum of RGB (Red+Green+Blue) = 165+65+52=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54134 is #5ABECB. Grayscale: #5D5D5D. Windows color (decimal): -5947084 or 3424677. OLE color: 3424677.

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

Color convert

RGB 165 65 52 -
CMYK 0 0.61 0.68 0.35
HSL 6.9º 0.52% 0.43% -
HSV(B) 6.9º 0.68% 0.65% -
XYZ 18.03 12.03 4.62 -
YUV 93.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 165 65 52 0 0.61 0.68 0.35 6.9 0.52 0.43
Hex A5 41 34 0 3D 44 23 7 34 2B
Octal 245 101 64 0 75 104 43 7 64 53
Binary 10100101 1000001 110100 0 111101 1000100 100011 111 110100 101011

Color Harmonies of #A54134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54134

Black with #A54134

Text Example


Text Example

White with #A54134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54134; }

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

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

background-color css

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

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

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

border-color css

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

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

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