Html Css Color HEX #9B5353 Copper Rust

📋 copy color: '#9B5353'

red 155 ◦ green 83 ◦ blue 83

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

Shades of Copper Rust #9B5353

Tints of Copper Rust #9B5353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 48.29%
G = 25.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5353 (or 0x9B5353) is known color: Copper Rust. HEX triplet: 9B, 53 and 53. RGB value is (155,83,83). Sum of RGB (Red+Green+Blue) = 155+83+83=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5353 is #64ACAC. Grayscale: #686868. Windows color (decimal): -6597805 or 5460891. OLE color: 5460891.

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

Color convert

RGB 155 83 83 -
CMYK 0 0.46 0.46 0.39
HSL 0.3% 0.47% -
HSV(B) 0.46% 0.61% -
XYZ 18.17 13.78 9.89 -
YUV 104.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 155 83 83 0 0.46 0.46 0.39 0 0.3 0.47
Hex 9B 53 53 0 2E 2E 27 0 1E 2F
Octal 233 123 123 0 56 56 47 0 36 57
Binary 10011011 1010011 1010011 0 101110 101110 100111 0 11110 101111

Color Harmonies of #9B5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5353

Black with #9B5353

Text Example


Text Example

White with #9B5353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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