#B54410

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

Shades of Rust #B54410

Tints of Rust #B54410

Color information

#B54410 (or 0xB54410) is unknown color: approx Rust. HEX triplet: B5, 44 and 10. RGB value is (181,68,16). Sum of RGB (Red+Green+Blue) = 181+68+16=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B54410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54410 is #4ABBEF. Grayscale: #606060. Windows color (decimal): -4897776 or 1066165. OLE color: 1066165.

HSL color Cylindrical-coordinate representation of color #B54410: hue angle of 18.91º 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 #B54410 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1816816-
CMYK00.620.910.29
HSL18.91º83.76%38.63%-
HSV(B)18.91º91.16%70.98%-
XYZ21.22142.07-
YUV95.8682.94188.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=68.30%
G=25.66%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181681600.620.910.2918.9183.7638.63
HexB5441003E5B1D135427
Octal26510420076133352312447
Binary101101011000100100000111110101101111101100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54410; }

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

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

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

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

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

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

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

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