#B5550D

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

Shades of Rust #B5550D

Tints of Rust #B5550D

Color information

#B5550D (or 0xB5550D) is unknown color: approx Rust. HEX triplet: B5, 55 and 0D. RGB value is (181,85,13). Sum of RGB (Red+Green+Blue) = 181+85+13=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5550D is #4AAAF2. Grayscale: #696969. Windows color (decimal): -4893427 or 873909. OLE color: 873909.

HSL color Cylindrical-coordinate representation of color #B5550D: hue angle of 25.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5550D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1818513-
CMYK00.530.930.29
HSL25.71º86.6%38.04%-
HSV(B)25.71º92.82%70.98%-
XYZ22.3816.352.36-
YUV105.575.8181.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=64.87%
G=30.47%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181851300.530.930.2925.7186.638.04
HexB555D0355D1D1a5726
Octal26512515065135353212746
Binary10110101101010111010110101101110111101110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5550D; }

 p { color: rgb(181,85,13); }

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

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

 a { background-color: rgb(181,85,13); }

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

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

 span { border-color: rgb(181,85,13); }

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