Html Css Color HEX #A84838 Medium Carmine

📋 copy color: '#A84838'

red 168 ◦ green 72 ◦ blue 56

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

Shades of Medium Carmine #A84838

Tints of Medium Carmine #A84838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 56.76%
G = 24.32%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A84838 (or 0xA84838) is known color: Medium Carmine. HEX triplet: A8, 48 and 38. RGB value is (168,72,56). Sum of RGB (Red+Green+Blue) = 168+72+56=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A84838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84838 is #57B7C7. Grayscale: #636363. Windows color (decimal): -5748680 or 3688616. OLE color: 3688616.

HSL color Cylindrical-coordinate representation of color #A84838: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84838 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 56 -
CMYK 0 0.57 0.67 0.34
HSL 8.57º 0.5% 0.44% -
HSV(B) 8.57º 0.67% 0.66% -
XYZ 19.18 13.25 5.29 -
YUV 98.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 168 72 56 0 0.57 0.67 0.34 8.57 0.5 0.44
Hex A8 48 38 0 39 43 22 9 32 2C
Octal 250 110 70 0 71 103 42 11 62 54
Binary 10101000 1001000 111000 0 111001 1000011 100010 1001 110010 101100

Color Harmonies of #A84838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84838

Black with #A84838

Text Example


Text Example

White with #A84838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84838; }

 p { color: rgb(168,72,56); }

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

background-color css

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

 a { background-color: rgb(168,72,56); }

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

border-color css

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

 span { border-color: rgb(168,72,56); }

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