Html Css Color HEX #A84535 Medium Carmine

📋 copy color: '#A84535'

red 168 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #A84535

Tints of Medium Carmine #A84535

RGB

 RED value IS 168 (66.02% from 255) = 57.93%

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

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

R = 57.93%
G = 23.79%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A84535 (or 0xA84535) is known color: Medium Carmine. HEX triplet: A8, 45 and 35. RGB value is (168,69,53). Sum of RGB (Red+Green+Blue) = 168+69+53=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84535 is #57BACA. Grayscale: #606060. Windows color (decimal): -5749451 or 3491240. OLE color: 3491240.

HSL color Cylindrical-coordinate representation of color #A84535: hue angle of 8.35º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84535 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 53 -
CMYK 0 0.59 0.68 0.34
HSL 8.35º 0.52% 0.43% -
HSV(B) 8.35º 0.68% 0.66% -
XYZ 18.92 12.84 4.85 -
YUV 96.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 168 69 53 0 0.59 0.68 0.34 8.35 0.52 0.43
Hex A8 45 35 0 3B 44 22 8 34 2B
Octal 250 105 65 0 73 104 42 10 64 53
Binary 10101000 1000101 110101 0 111011 1000100 100010 1000 110100 101011

Color Harmonies of #A84535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84535

Black with #A84535

Text Example


Text Example

White with #A84535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84535; }

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

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

background-color css

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

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

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

border-color css

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

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

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