#B54E01

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

Shades of Rust #B54E01

Tints of Rust #B54E01

Color information

#B54E01 (or 0xB54E01) is unknown color: approx Rust. HEX triplet: B5, 4E and 01. RGB value is (181,78,1). Sum of RGB (Red+Green+Blue) = 181+78+1=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E01 is #4AB1FE. Grayscale: #646464. Windows color (decimal): -4895231 or 85685. OLE color: 85685.

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

Color convert

RGB181781-
CMYK00.570.990.29
HSL25.67º98.9%35.69%-
HSV(B)25.67º99.45%70.98%-
XYZ21.7915.271.83-
YUV100.0272.12185.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=69.62%
G=30%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18178100.570.990.2925.6798.935.69
HexB54E1039631D1a6324
Octal2651161071143353214344
Binary10110101100111010111001110001111101110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E01; }

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

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

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

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

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

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

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

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