#B05402

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

Shades of Rust #B05402

Tints of Rust #B05402

Color information

#B05402 (or 0xB05402) is unknown color: approx Rust. HEX triplet: B0, 54 and 02. RGB value is (176,84,2). Sum of RGB (Red+Green+Blue) = 176+84+2=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05402 is #4FABFD. Grayscale: #666666. Windows color (decimal): -5221374 or 152752. OLE color: 152752.

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

Color convert

RGB176842-
CMYK00.520.990.31
HSL28.28º97.75%34.9%-
HSV(B)28.28º98.86%69.02%-
XYZ21.0915.581.95-
YUV102.1671.48180.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.18%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=67.18%
G=32.06%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17684200.520.990.3128.2897.7534.9
HexB0542034631F1c6223
Octal2601242064143373414243
Binary101100001010100100110100110001111111111001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05402; }

 p { color: rgb(176,84,2); }

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

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

 a { background-color: rgb(176,84,2); }

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

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

 span { border-color: rgb(176,84,2); }

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