#B04102

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

Shades of Rust #B04102

Tints of Rust #B04102

Color information

#B04102 (or 0xB04102) is unknown color: approx Rust. HEX triplet: B0, 41 and 02. RGB value is (176,65,2). Sum of RGB (Red+Green+Blue) = 176+65+2=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B04102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04102 is #4FBEFD. Grayscale: #5B5B5B. Windows color (decimal): -5226238 or 147888. OLE color: 147888.

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

Color convert

RGB176652-
CMYK00.630.990.31
HSL21.72º97.75%34.9%-
HSV(B)21.72º98.86%69.02%-
XYZ19.8113.021.53-
YUV91.0177.77188.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.43%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=72.43%
G=26.75%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17665200.630.990.3121.7297.7534.9
HexB041203F631F166223
Octal2601012077143372614243
Binary101100001000001100111111110001111111101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04102; }

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

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

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

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

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

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

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

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