#B03405

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

Shades of Rust #B03405

Tints of Rust #B03405

Color information

#B03405 (or 0xB03405) is unknown color: approx Rust. HEX triplet: B0, 34 and 05. RGB value is (176,52,5). Sum of RGB (Red+Green+Blue) = 176+52+5=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03405 is #4FCBFA. Grayscale: #545454. Windows color (decimal): -5229563 or 341168. OLE color: 341168.

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

Color convert

RGB176525-
CMYK00.700.970.31
HSL16.49º94.48%35.49%-
HSV(B)16.49º97.16%69.02%-
XYZ19.1611.71.39-
YUV83.7283.58193.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.54%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 5 (2.34% from 255) = 2.15%
R=75.54%
G=22.32%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17652500.700.970.3116.4994.4835.49
HexB0345046611F105e23
Octal2606450106141372013643
Binary1011000011010010101000110110000111111100001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03405; }

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

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

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

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

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

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

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

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