#B54C0E

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

Shades of Rust #B54C0E

Tints of Rust #B54C0E

Color information

#B54C0E (or 0xB54C0E) is unknown color: approx Rust. HEX triplet: B5, 4C and 0E. RGB value is (181,76,14). Sum of RGB (Red+Green+Blue) = 181+76+14=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C0E is #4AB3F1. Grayscale: #646464. Windows color (decimal): -4895730 or 937141. OLE color: 937141.

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

Color convert

RGB1817614-
CMYK00.580.920.29
HSL22.28º85.64%38.24%-
HSV(B)22.28º92.27%70.98%-
XYZ21.7215.022.17-
YUV100.3379.29185.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=66.79%
G=28.04%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181761400.580.920.2922.2885.6438.24
HexB54CE03A5C1D165626
Octal26511416072134352612646
Binary10110101100110011100111010101110011101101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C0E; }

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

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

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

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

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

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

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

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