#B54503

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

Shades of Rust #B54503

Tints of Rust #B54503

Color information

#B54503 (or 0xB54503) is unknown color: approx Rust. HEX triplet: B5, 45 and 03. RGB value is (181,69,3). Sum of RGB (Red+Green+Blue) = 181+69+3=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54503 is #4ABAFC. Grayscale: #5F5F5F. Windows color (decimal): -4897533 or 214453. OLE color: 214453.

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

Color convert

RGB181693-
CMYK00.620.980.29
HSL22.25º96.74%36.08%-
HSV(B)22.25º98.34%70.98%-
XYZ21.214.091.69-
YUV94.9676.11189.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.54%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=71.54%
G=27.27%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18169300.620.980.2922.2596.7436.08
HexB545303E621D166124
Octal2651053076142352614144
Binary101101011000101110111110110001011101101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54503; }

 p { color: rgb(181,69,3); }

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

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

 a { background-color: rgb(181,69,3); }

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

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

 span { border-color: rgb(181,69,3); }

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