Html Css Color HEX #A54135 Medium Carmine

📋 copy color: '#A54135'

red 165 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #A54135

Tints of Medium Carmine #A54135

RGB

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

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

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

R = 58.3%
G = 22.97%
B = 18.73%

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

#A54135 (or 0xA54135) is known color: Medium Carmine. HEX triplet: A5, 41 and 35. RGB value is (165,65,53). Sum of RGB (Red+Green+Blue) = 165+65+53=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54135 is #5ABECA. Grayscale: #5D5D5D. Windows color (decimal): -5947083 or 3490213. OLE color: 3490213.

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

Color convert

RGB 165 65 53 -
CMYK 0 0.61 0.68 0.35
HSL 6.43º 0.51% 0.43% -
HSV(B) 6.43º 0.68% 0.65% -
XYZ 18.05 12.04 4.74 -
YUV 93.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 165 65 53 0 0.61 0.68 0.35 6.43 0.51 0.43
Hex A5 41 35 0 3D 44 23 6 33 2B
Octal 245 101 65 0 75 104 43 6 63 53
Binary 10100101 1000001 110101 0 111101 1000100 100011 110 110011 101011

Color Harmonies of #A54135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54135

Black with #A54135

Text Example


Text Example

White with #A54135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54135; }

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

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

background-color css

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

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

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

border-color css

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

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

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