#B03705

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

Shades of Rust #B03705

Tints of Rust #B03705

Color information

#B03705 (or 0xB03705) is unknown color: approx Rust. HEX triplet: B0, 37 and 05. RGB value is (176,55,5). Sum of RGB (Red+Green+Blue) = 176+55+5=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03705 is #4FC8FA. Grayscale: #555555. Windows color (decimal): -5228795 or 341936. OLE color: 341936.

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

Color convert

RGB176555-
CMYK00.690.970.31
HSL17.54º94.48%35.49%-
HSV(B)17.54º97.16%69.02%-
XYZ19.311.971.44-
YUV85.4882.59192.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.58%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=74.58%
G=23.31%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17655500.690.970.3117.5494.4835.49
HexB0375045611F125e23
Octal2606750105141372213643
Binary1011000011011110101000101110000111111100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03705; }

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

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

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

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

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

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

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

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