Html Css Color HEX #A84032 Medium Carmine

📋 copy color: '#A84032'

red 168 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #A84032

Tints of Medium Carmine #A84032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 59.57%
G = 22.7%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A84032 (or 0xA84032) is known color: Medium Carmine. HEX triplet: A8, 40 and 32. RGB value is (168,64,50). Sum of RGB (Red+Green+Blue) = 168+64+50=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A84032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84032 is #57BFCD. Grayscale: #5D5D5D. Windows color (decimal): -5750734 or 3293352. OLE color: 3293352.

HSL color Cylindrical-coordinate representation of color #A84032: hue angle of 7.12º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84032 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 50 -
CMYK 0 0.62 0.70 0.34
HSL 7.12º 0.54% 0.43% -
HSV(B) 7.12º 0.7% 0.66% -
XYZ 18.56 12.22 4.4 -
YUV 93.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 168 64 50 0 0.62 0.70 0.34 7.12 0.54 0.43
Hex A8 40 32 0 3E 46 22 7 36 2B
Octal 250 100 62 0 76 106 42 7 66 53
Binary 10101000 1000000 110010 0 111110 1000110 100010 111 110110 101011

Color Harmonies of #A84032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84032

Black with #A84032

Text Example


Text Example

White with #A84032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84032; }

 p { color: rgb(168,64,50); }

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

background-color css

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

 a { background-color: rgb(168,64,50); }

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

border-color css

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

 span { border-color: rgb(168,64,50); }

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