Html Css Color HEX #A84033 Medium Carmine

📋 copy color: '#A84033'

red 168 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #A84033

Tints of Medium Carmine #A84033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 59.36%
G = 22.61%
B = 18.02%

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

#A84033 (or 0xA84033) is known color: Medium Carmine. HEX triplet: A8, 40 and 33. RGB value is (168,64,51). Sum of RGB (Red+Green+Blue) = 168+64+51=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A84033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84033 is #57BFCC. Grayscale: #5D5D5D. Windows color (decimal): -5750733 or 3358888. OLE color: 3358888.

HSL color Cylindrical-coordinate representation of color #A84033: hue angle of 6.67º degrees, saturation: 0.53, 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 #A84033 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 51 -
CMYK 0 0.62 0.70 0.34
HSL 6.67º 0.53% 0.43% -
HSV(B) 6.67º 0.7% 0.66% -
XYZ 18.58 12.23 4.51 -
YUV 93.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 168 64 51 0 0.62 0.70 0.34 6.67 0.53 0.43
Hex A8 40 33 0 3E 46 22 7 35 2B
Octal 250 100 63 0 76 106 42 7 65 53
Binary 10101000 1000000 110011 0 111110 1000110 100010 111 110101 101011

Color Harmonies of #A84033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84033

Black with #A84033

Text Example


Text Example

White with #A84033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84033; }

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

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

background-color css

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

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

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

border-color css

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

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

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