#B54606

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

Shades of Rust #B54606

Tints of Rust #B54606

Color information

#B54606 (or 0xB54606) is unknown color: approx Rust. HEX triplet: B5, 46 and 06. RGB value is (181,70,6). Sum of RGB (Red+Green+Blue) = 181+70+6=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B54606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54606 is #4AB9F9. Grayscale: #606060. Windows color (decimal): -4897274 or 411317. OLE color: 411317.

HSL color Cylindrical-coordinate representation of color #B54606: hue angle of 21.94º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54606 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181706-
CMYK00.610.970.29
HSL21.94º93.58%36.67%-
HSV(B)21.94º96.69%70.98%-
XYZ21.2814.221.79-
YUV95.8977.27188.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=70.43%
G=27.24%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18170600.610.970.2921.9493.5836.67
HexB546603D611D165e25
Octal2651066075141352613645
Binary1011010110001101100111101110000111101101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54606; }

 p { color: rgb(181,70,6); }

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

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

 a { background-color: rgb(181,70,6); }

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

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

 span { border-color: rgb(181,70,6); }

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