#B04B02

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

Shades of Rust #B04B02

Tints of Rust #B04B02

Color information

#B04B02 (or 0xB04B02) is unknown color: approx Rust. HEX triplet: B0, 4B and 02. RGB value is (176,75,2). Sum of RGB (Red+Green+Blue) = 176+75+2=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04B02 is #4FB4FD. Grayscale: #616161. Windows color (decimal): -5223678 or 150448. OLE color: 150448.

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

Color convert

RGB176752-
CMYK00.570.990.31
HSL25.17º97.75%34.9%-
HSV(B)25.17º98.86%69.02%-
XYZ20.4314.271.73-
YUV96.8874.46184.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.57%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=69.57%
G=29.64%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17675200.570.990.3125.1797.7534.9
HexB04B2039631F196223
Octal2601132071143373114243
Binary101100001001011100111001110001111111110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B02; }

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

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

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

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

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

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

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

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