#B7550B

Color #B7550B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B7550B

Tints of Rust #B7550B

Color information

#B7550B (or 0xB7550B) is unknown color: approx Rust. HEX triplet: B7, 55 and 0B. RGB value is (183,85,11). Sum of RGB (Red+Green+Blue) = 183+85+11=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7550B is #48AAF4. Grayscale: #6A6A6A. Windows color (decimal): -4762357 or 742839. OLE color: 742839.

HSL color Cylindrical-coordinate representation of color #B7550B: hue angle of 25.81º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7550B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1838511-
CMYK00.540.940.28
HSL25.81º88.66%38.04%-
HSV(B)25.81º93.99%71.76%-
XYZ22.8416.592.31-
YUV105.8774.47183.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=65.59%
G=30.47%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183851100.540.940.2825.8188.6638.04
HexB755B0365E1C1a5926
Octal26712513066136343213146
Binary10110111101010110110110110101111011100110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7550B; }

 p { color: rgb(183,85,11); }

 H1.HeaderClassName
 {
   color: #B7550B;
 }
 .AnyTagClassName
 {
   color: #B7550B;
 }
</style>
background-color css

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

 a { background-color: rgb(183,85,11); }

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

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

 span { border-color: rgb(183,85,11); }

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