Html Css Color HEX #9B5350 Copper Rust

📋 copy color: '#9B5350'

red 155 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #9B5350

Tints of Copper Rust #9B5350

RGB

 RED value IS 155 (60.94% from 255) = 48.74%

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 48.74%
G = 26.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B5350 (or 0x9B5350) is known color: Copper Rust. HEX triplet: 9B, 53 and 50. RGB value is (155,83,80). Sum of RGB (Red+Green+Blue) = 155+83+80=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5350 is #64ACAF. Grayscale: #686868. Windows color (decimal): -6597808 or 5264283. OLE color: 5264283.

HSL color Cylindrical-coordinate representation of color #9B5350: hue angle of 2.4º 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 #9B5350 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 80 -
CMYK 0 0.46 0.48 0.39
HSL 2.4º 0.32% 0.46% -
HSV(B) 2.4º 0.48% 0.61% -
XYZ 18.06 13.73 9.29 -
YUV 104.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 155 83 80 0 0.46 0.48 0.39 2.4 0.32 0.46
Hex 9B 53 50 0 2E 30 27 2 20 2E
Octal 233 123 120 0 56 60 47 2 40 56
Binary 10011011 1010011 1010000 0 101110 110000 100111 10 100000 101110

Color Harmonies of #9B5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5350

Black with #9B5350

Text Example


Text Example

White with #9B5350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,80); }

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

background-color css

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

 a { background-color: rgb(155,83,80); }

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

border-color css

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

 span { border-color: rgb(155,83,80); }

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