Html Css Color HEX #9C5151 Copper Rust

📋 copy color: '#9C5151'

red 156 ◦ green 81 ◦ blue 81

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

Shades of Copper Rust #9C5151

Tints of Copper Rust #9C5151

RGB

 RED value IS 156 (61.33% from 255) = 49.06%

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 49.06%
G = 25.47%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C5151 (or 0x9C5151) is known color: Copper Rust. HEX triplet: 9C, 51 and 51. RGB value is (156,81,81). Sum of RGB (Red+Green+Blue) = 156+81+81=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5151 is #63AEAE. Grayscale: #676767. Windows color (decimal): -6532783 or 5329308. OLE color: 5329308.

HSL color Cylindrical-coordinate representation of color #9C5151: hue angle of 0º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5151 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 81 -
CMYK 0 0.48 0.48 0.39
HSL 0.32% 0.46% -
HSV(B) 0.48% 0.61% -
XYZ 18.14 13.55 9.44 -
YUV 103.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 156 81 81 0 0.48 0.48 0.39 0 0.32 0.46
Hex 9C 51 51 0 30 30 27 0 20 2E
Octal 234 121 121 0 60 60 47 0 40 56
Binary 10011100 1010001 1010001 0 110000 110000 100111 0 100000 101110

Color Harmonies of #9C5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5151

Black with #9C5151

Text Example


Text Example

White with #9C5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5151; }

 p { color: rgb(156,81,81); }

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

background-color css

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

 a { background-color: rgb(156,81,81); }

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

border-color css

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

 span { border-color: rgb(156,81,81); }

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