#B03305

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

Shades of Rust #B03305

Tints of Rust #B03305

Color information

#B03305 (or 0xB03305) is unknown color: approx Rust. HEX triplet: B0, 33 and 05. RGB value is (176,51,5). Sum of RGB (Red+Green+Blue) = 176+51+5=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03305 is #4FCCFA. Grayscale: #535353. Windows color (decimal): -5229819 or 340912. OLE color: 340912.

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

Color convert

RGB176515-
CMYK00.710.970.31
HSL16.14º94.48%35.49%-
HSV(B)16.14º97.16%69.02%-
XYZ19.1211.611.38-
YUV83.1383.91194.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=75.86%
G=21.98%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17651500.710.970.3116.1494.4835.49
HexB0335047611F105e23
Octal2606350107141372013643
Binary1011000011001110101000111110000111111100001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03305; }

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

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

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

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

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

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

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

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