#B04803

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

Shades of Rust #B04803

Tints of Rust #B04803

Color information

#B04803 (or 0xB04803) is unknown color: approx Rust. HEX triplet: B0, 48 and 03. RGB value is (176,72,3). Sum of RGB (Red+Green+Blue) = 176+72+3=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B04803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04803 is #4FB7FC. Grayscale: #5F5F5F. Windows color (decimal): -5224445 or 215216. OLE color: 215216.

HSL color Cylindrical-coordinate representation of color #B04803: hue angle of 23.93º 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 #B04803 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176723-
CMYK00.590.980.31
HSL23.93º96.65%35.1%-
HSV(B)23.93º98.3%69.02%-
XYZ20.2413.871.7-
YUV95.2375.96185.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.12%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=70.12%
G=28.69%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17672300.590.980.3123.9396.6535.1
HexB048303B621F186123
Octal2601103073142373014143
Binary101100001001000110111011110001011111110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04803; }

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

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

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

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

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

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

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

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