#B55310

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

Shades of Rust #B55310

Tints of Rust #B55310

Color information

#B55310 (or 0xB55310) is unknown color: approx Rust. HEX triplet: B5, 53 and 10. RGB value is (181,83,16). Sum of RGB (Red+Green+Blue) = 181+83+16=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B55310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55310 is #4AACEF. Grayscale: #696969. Windows color (decimal): -4893936 or 1070005. OLE color: 1070005.

HSL color Cylindrical-coordinate representation of color #B55310: hue angle of 24.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B55310 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1818316-
CMYK00.540.910.29
HSL24.36º83.76%38.63%-
HSV(B)24.36º91.16%70.98%-
XYZ22.2416.052.42-
YUV104.6677.97182.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=64.64%
G=29.64%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181831600.540.910.2924.3683.7638.63
HexB553100365B1D185427
Octal26512320066133353012447
Binary101101011010011100000110110101101111101110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55310; }

 p { color: rgb(181,83,16); }

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

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

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

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

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

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

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