Html Css Color HEX #A84531 Medium Carmine

📋 copy color: '#A84531'

red 168 ◦ green 69 ◦ blue 49

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

Shades of Medium Carmine #A84531

Tints of Medium Carmine #A84531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 58.74%
G = 24.13%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84531 (or 0xA84531) is known color: Medium Carmine. HEX triplet: A8, 45 and 31. RGB value is (168,69,49). Sum of RGB (Red+Green+Blue) = 168+69+49=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A84531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84531 is #57BACE. Grayscale: #606060. Windows color (decimal): -5749455 or 3229096. OLE color: 3229096.

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

Color convert

RGB 168 69 49 -
CMYK 0 0.59 0.71 0.34
HSL 10.08º 0.55% 0.43% -
HSV(B) 10.08º 0.71% 0.66% -
XYZ 18.83 12.8 4.38 -
YUV 96.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 168 69 49 0 0.59 0.71 0.34 10.08 0.55 0.43
Hex A8 45 31 0 3B 47 22 A 37 2B
Octal 250 105 61 0 73 107 42 12 67 53
Binary 10101000 1000101 110001 0 111011 1000111 100010 1010 110111 101011

Color Harmonies of #A84531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84531

Black with #A84531

Text Example


Text Example

White with #A84531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84531; }

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

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

background-color css

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

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

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

border-color css

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

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

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