#B04503

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

Shades of Rust #B04503

Tints of Rust #B04503

Color information

#B04503 (or 0xB04503) is unknown color: approx Rust. HEX triplet: B0, 45 and 03. RGB value is (176,69,3). Sum of RGB (Red+Green+Blue) = 176+69+3=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04503 is #4FBAFC. Grayscale: #5D5D5D. Windows color (decimal): -5225213 or 214448. OLE color: 214448.

HSL color Cylindrical-coordinate representation of color #B04503: hue angle of 22.89º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04503 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176693-
CMYK00.610.980.31
HSL22.89º96.65%35.1%-
HSV(B)22.89º98.3%69.02%-
XYZ20.0513.491.63-
YUV93.4776.95186.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=70.97%
G=27.82%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17669300.610.980.3122.8996.6535.1
HexB045303D621F176123
Octal2601053075142372714143
Binary101100001000101110111101110001011111101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04503; }

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

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

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

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

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

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

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

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