#B03805

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

Shades of Rust #B03805

Tints of Rust #B03805

Color information

#B03805 (or 0xB03805) is unknown color: approx Rust. HEX triplet: B0, 38 and 05. RGB value is (176,56,5). Sum of RGB (Red+Green+Blue) = 176+56+5=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B03805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03805 is #4FC7FA. Grayscale: #565656. Windows color (decimal): -5228539 or 342192. OLE color: 342192.

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

Color convert

RGB176565-
CMYK00.680.970.31
HSL17.89º94.48%35.49%-
HSV(B)17.89º97.16%69.02%-
XYZ19.3512.071.45-
YUV86.0782.26192.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.26%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=74.26%
G=23.63%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17656500.680.970.3117.8994.4835.49
HexB0385044611F125e23
Octal2607050104141372213643
Binary1011000011100010101000100110000111111100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03805; }

 p { color: rgb(176,56,5); }

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

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

 a { background-color: rgb(176,56,5); }

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

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

 span { border-color: rgb(176,56,5); }

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