Html Css Color HEX #A84031 Medium Carmine

📋 copy color: '#A84031'

red 168 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #A84031

Tints of Medium Carmine #A84031

RGB

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

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

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

R = 59.79%
G = 22.78%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84031 (or 0xA84031) is known color: Medium Carmine. HEX triplet: A8, 40 and 31. RGB value is (168,64,49). Sum of RGB (Red+Green+Blue) = 168+64+49=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A84031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84031 is #57BFCE. Grayscale: #5D5D5D. Windows color (decimal): -5750735 or 3227816. OLE color: 3227816.

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

Color convert

RGB 168 64 49 -
CMYK 0 0.62 0.71 0.34
HSL 7.56º 0.55% 0.43% -
HSV(B) 7.56º 0.71% 0.66% -
XYZ 18.54 12.21 4.29 -
YUV 93.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 168 64 49 0 0.62 0.71 0.34 7.56 0.55 0.43
Hex A8 40 31 0 3E 47 22 8 37 2B
Octal 250 100 61 0 76 107 42 10 67 53
Binary 10101000 1000000 110001 0 111110 1000111 100010 1000 110111 101011

Color Harmonies of #A84031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84031

Black with #A84031

Text Example


Text Example

White with #A84031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84031; }

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

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

background-color css

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

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

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

border-color css

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

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

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