Html Css Color HEX #A84331 Medium Carmine

📋 copy color: '#A84331'

red 168 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #A84331

Tints of Medium Carmine #A84331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 59.15%
G = 23.59%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84331 (or 0xA84331) is known color: Medium Carmine. HEX triplet: A8, 43 and 31. RGB value is (168,67,49). Sum of RGB (Red+Green+Blue) = 168+67+49=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A84331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84331 is #57BCCE. Grayscale: #5F5F5F. Windows color (decimal): -5749967 or 3228584. OLE color: 3228584.

HSL color Cylindrical-coordinate representation of color #A84331: hue angle of 9.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 #A84331 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 49 -
CMYK 0 0.60 0.71 0.34
HSL 9.08º 0.55% 0.43% -
HSV(B) 9.08º 0.71% 0.66% -
XYZ 18.71 12.56 4.34 -
YUV 95.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 168 67 49 0 0.60 0.71 0.34 9.08 0.55 0.43
Hex A8 43 31 0 3C 47 22 9 37 2B
Octal 250 103 61 0 74 107 42 11 67 53
Binary 10101000 1000011 110001 0 111100 1000111 100010 1001 110111 101011

Color Harmonies of #A84331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84331

Black with #A84331

Text Example


Text Example

White with #A84331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84331; }

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

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

background-color css

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

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

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

border-color css

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

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

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