Html Css Color HEX #A84231 Medium Carmine

📋 copy color: '#A84231'

red 168 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #A84231

Tints of Medium Carmine #A84231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 59.36%
G = 23.32%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84231 (or 0xA84231) is known color: Medium Carmine. HEX triplet: A8, 42 and 31. RGB value is (168,66,49). Sum of RGB (Red+Green+Blue) = 168+66+49=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A84231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84231 is #57BDCE. Grayscale: #5E5E5E. Windows color (decimal): -5750223 or 3228328. OLE color: 3228328.

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

Color convert

RGB 168 66 49 -
CMYK 0 0.61 0.71 0.34
HSL 8.57º 0.55% 0.43% -
HSV(B) 8.57º 0.71% 0.66% -
XYZ 18.65 12.44 4.32 -
YUV 94.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 168 66 49 0 0.61 0.71 0.34 8.57 0.55 0.43
Hex A8 42 31 0 3D 47 22 9 37 2B
Octal 250 102 61 0 75 107 42 11 67 53
Binary 10101000 1000010 110001 0 111101 1000111 100010 1001 110111 101011

Color Harmonies of #A84231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84231

Black with #A84231

Text Example


Text Example

White with #A84231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84231; }

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

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

background-color css

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

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

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

border-color css

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

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

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