#B54C0D

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

Shades of Rust #B54C0D

Tints of Rust #B54C0D

Color information

#B54C0D (or 0xB54C0D) is unknown color: approx Rust. HEX triplet: B5, 4C and 0D. RGB value is (181,76,13). Sum of RGB (Red+Green+Blue) = 181+76+13=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C0D is #4AB3F2. Grayscale: #646464. Windows color (decimal): -4895731 or 871605. OLE color: 871605.

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

Color convert

RGB1817613-
CMYK00.580.930.29
HSL22.5º86.6%38.04%-
HSV(B)22.5º92.82%70.98%-
XYZ21.7115.022.14-
YUV100.2178.79185.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.04%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=67.04%
G=28.15%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181761300.580.930.2922.586.638.04
HexB54CD03A5D1D165726
Octal26511415072135352612746
Binary10110101100110011010111010101110111101101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C0D; }

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

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

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

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

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

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

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

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