Html Css Color HEX #A84137 Medium Carmine

📋 copy color: '#A84137'

red 168 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #A84137

Tints of Medium Carmine #A84137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 58.33%
G = 22.57%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A84137 (or 0xA84137) is known color: Medium Carmine. HEX triplet: A8, 41 and 37. RGB value is (168,65,55). Sum of RGB (Red+Green+Blue) = 168+65+55=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A84137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84137 is #57BEC8. Grayscale: #5E5E5E. Windows color (decimal): -5750473 or 3621288. OLE color: 3621288.

HSL color Cylindrical-coordinate representation of color #A84137: hue angle of 5.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84137 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 55 -
CMYK 0 0.61 0.67 0.34
HSL 5.31º 0.51% 0.44% -
HSV(B) 5.31º 0.67% 0.66% -
XYZ 18.73 12.38 5.02 -
YUV 94.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 168 65 55 0 0.61 0.67 0.34 5.31 0.51 0.44
Hex A8 41 37 0 3D 43 22 5 33 2C
Octal 250 101 67 0 75 103 42 5 63 54
Binary 10101000 1000001 110111 0 111101 1000011 100010 101 110011 101100

Color Harmonies of #A84137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84137

Black with #A84137

Text Example


Text Example

White with #A84137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84137; }

 p { color: rgb(168,65,55); }

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

background-color css

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

 a { background-color: rgb(168,65,55); }

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

border-color css

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

 span { border-color: rgb(168,65,55); }

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