#B54D12

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

Shades of Rust #B54D12

Tints of Rust #B54D12

Color information

#B54D12 (or 0xB54D12) is unknown color: approx Rust. HEX triplet: B5, 4D and 12. RGB value is (181,77,18). Sum of RGB (Red+Green+Blue) = 181+77+18=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D12 is #4AB2ED. Grayscale: #656565. Windows color (decimal): -4895470 or 1199541. OLE color: 1199541.

HSL color Cylindrical-coordinate representation of color #B54D12: hue angle of 21.72º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54D12 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1817718-
CMYK00.570.900.29
HSL21.72º81.91%39.02%-
HSV(B)21.72º90.06%70.98%-
XYZ21.8215.182.35-
YUV101.3780.96184.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=65.58%
G=27.90%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181771800.570.900.2921.7281.9139.02
HexB54D120395A1D165227
Octal26511522071132352612247
Binary101101011001101100100111001101101011101101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D12; }

 p { color: rgb(181,77,18); }

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

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

 a { background-color: rgb(181,77,18); }

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

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

 span { border-color: rgb(181,77,18); }

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