#B54E0E

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

Shades of Rust #B54E0E

Tints of Rust #B54E0E

Color information

#B54E0E (or 0xB54E0E) is unknown color: approx Rust. HEX triplet: B5, 4E and 0E. RGB value is (181,78,14). Sum of RGB (Red+Green+Blue) = 181+78+14=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E0E is #4AB1F1. Grayscale: #656565. Windows color (decimal): -4895218 or 937653. OLE color: 937653.

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

Color convert

RGB1817814-
CMYK00.570.920.29
HSL22.99º85.64%38.24%-
HSV(B)22.99º92.27%70.98%-
XYZ21.8615.32.22-
YUV101.578.62184.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.30%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=66.30%
G=28.57%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181781400.570.920.2922.9985.6438.24
HexB54EE0395C1D175626
Octal26511616071134352712646
Binary10110101100111011100111001101110011101101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E0E; }

 p { color: rgb(181,78,14); }

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

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

 a { background-color: rgb(181,78,14); }

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

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

 span { border-color: rgb(181,78,14); }

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