#B04101

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

Shades of Rust #B04101

Tints of Rust #B04101

Color information

#B04101 (or 0xB04101) is unknown color: approx Rust. HEX triplet: B0, 41 and 01. RGB value is (176,65,1). Sum of RGB (Red+Green+Blue) = 176+65+1=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B04101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04101 is #4FBEFE. Grayscale: #5B5B5B. Windows color (decimal): -5226239 or 82352. OLE color: 82352.

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

Color convert

RGB176651-
CMYK00.630.990.31
HSL21.94º98.87%34.71%-
HSV(B)21.94º99.43%69.02%-
XYZ19.813.011.5-
YUV90.8977.27188.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=72.73%
G=26.86%
B=0.41%

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
Decimal17665100.630.990.3121.9498.8734.71
HexB041103F631F166323
Octal2601011077143372614343
Binary10110000100000110111111110001111111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04101; }

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

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

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

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

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

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

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

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