Html Css Color HEX #9B4E4C Copper Rust

📋 copy color: '#9B4E4C'

red 155 ◦ green 78 ◦ blue 76

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

Shades of Copper Rust #9B4E4C

Tints of Copper Rust #9B4E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 50.16%
G = 25.24%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B4E4C (or 0x9B4E4C) is known color: Copper Rust. HEX triplet: 9B, 4E and 4C. RGB value is (155,78,76). Sum of RGB (Red+Green+Blue) = 155+78+76=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4E4C is #64B1B3. Grayscale: #646464. Windows color (decimal): -6599092 or 5000859. OLE color: 5000859.

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

Color convert

RGB 155 78 76 -
CMYK 0 0.50 0.51 0.39
HSL 1.52º 0.34% 0.45% -
HSV(B) 1.52º 0.51% 0.61% -
XYZ 17.55 12.94 8.41 -
YUV 100.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 155 78 76 0 0.50 0.51 0.39 1.52 0.34 0.45
Hex 9B 4E 4C 0 32 33 27 2 22 2D
Octal 233 116 114 0 62 63 47 2 42 55
Binary 10011011 1001110 1001100 0 110010 110011 100111 10 100010 101101

Color Harmonies of #9B4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E4C

Black with #9B4E4C

Text Example


Text Example

White with #9B4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,78,76); }

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

background-color css

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

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

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

border-color css

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

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

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