#B04002

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

Shades of Rust #B04002

Tints of Rust #B04002

Color information

#B04002 (or 0xB04002) is unknown color: approx Rust. HEX triplet: B0, 40 and 02. RGB value is (176,64,2). Sum of RGB (Red+Green+Blue) = 176+64+2=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B04002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04002 is #4FBFFD. Grayscale: #5A5A5A. Windows color (decimal): -5226494 or 147632. OLE color: 147632.

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

Color convert

RGB176642-
CMYK00.640.990.31
HSL21.38º97.75%34.9%-
HSV(B)21.38º98.86%69.02%-
XYZ19.7512.91.51-
YUV90.4278.11189.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=72.73%
G=26.45%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17664200.640.990.3121.3897.7534.9
HexB0402040631F156223
Octal26010020100143372514243
Binary1011000010000001001000000110001111111101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04002; }

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

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

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

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

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

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

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

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