Html Css Color HEX #A84431 Medium Carmine

📋 copy color: '#A84431'

red 168 ◦ green 68 ◦ blue 49

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

Shades of Medium Carmine #A84431

Tints of Medium Carmine #A84431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 58.95%
G = 23.86%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84431 (or 0xA84431) is known color: Medium Carmine. HEX triplet: A8, 44 and 31. RGB value is (168,68,49). Sum of RGB (Red+Green+Blue) = 168+68+49=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A84431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84431 is #57BBCE. Grayscale: #5F5F5F. Windows color (decimal): -5749711 or 3228840. OLE color: 3228840.

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

Color convert

RGB 168 68 49 -
CMYK 0 0.60 0.71 0.34
HSL 9.58º 0.55% 0.43% -
HSV(B) 9.58º 0.71% 0.66% -
XYZ 18.77 12.68 4.36 -
YUV 95.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 168 68 49 0 0.60 0.71 0.34 9.58 0.55 0.43
Hex A8 44 31 0 3C 47 22 A 37 2B
Octal 250 104 61 0 74 107 42 12 67 53
Binary 10101000 1000100 110001 0 111100 1000111 100010 1010 110111 101011

Color Harmonies of #A84431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84431

Black with #A84431

Text Example


Text Example

White with #A84431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84431; }

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

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

background-color css

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

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

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

border-color css

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

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

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