#B02805

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

Shades of Rust #B02805

Tints of Rust #B02805

Color information

#B02805 (or 0xB02805) is unknown color: approx Rust. HEX triplet: B0, 28 and 05. RGB value is (176,40,5). Sum of RGB (Red+Green+Blue) = 176+40+5=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B02805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02805 is #4FD7FA. Grayscale: #4C4C4C. Windows color (decimal): -5232635 or 338096. OLE color: 338096.

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

Color convert

RGB176405-
CMYK00.770.970.31
HSL12.28º94.48%35.49%-
HSV(B)12.28º97.16%69.02%-
XYZ18.6910.761.24-
YUV76.6787.56198.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.64%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=79.64%
G=18.10%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17640500.770.970.3112.2894.4835.49
HexB028504D611Fc5e23
Octal2605050115141371413643
Binary101100001010001010100110111000011111111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02805; }

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

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

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

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

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

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

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

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