Html Css Color HEX #A84034 Medium Carmine

📋 copy color: '#A84034'

red 168 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #A84034

Tints of Medium Carmine #A84034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 59.15%
G = 22.54%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84034 (or 0xA84034) is known color: Medium Carmine. HEX triplet: A8, 40 and 34. RGB value is (168,64,52). Sum of RGB (Red+Green+Blue) = 168+64+52=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A84034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84034 is #57BFCB. Grayscale: #5D5D5D. Windows color (decimal): -5750732 or 3424424. OLE color: 3424424.

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

Color convert

RGB 168 64 52 -
CMYK 0 0.62 0.69 0.34
HSL 6.21º 0.53% 0.43% -
HSV(B) 6.21º 0.69% 0.66% -
XYZ 18.6 12.24 4.63 -
YUV 93.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 168 64 52 0 0.62 0.69 0.34 6.21 0.53 0.43
Hex A8 40 34 0 3E 45 22 6 35 2B
Octal 250 100 64 0 76 105 42 6 65 53
Binary 10101000 1000000 110100 0 111110 1000101 100010 110 110101 101011

Color Harmonies of #A84034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84034

Black with #A84034

Text Example


Text Example

White with #A84034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84034; }

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

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

background-color css

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

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

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

border-color css

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

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

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