#B33111

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

Shades of Rust #B33111

Tints of Rust #B33111

Color information

#B33111 (or 0xB33111) is unknown color: approx Rust. HEX triplet: B3, 31 and 11. RGB value is (179,49,17). Sum of RGB (Red+Green+Blue) = 179+49+17=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33111 is #4CCEEE. Grayscale: #545454. Windows color (decimal): -5033711 or 1126835. OLE color: 1126835.

HSL color Cylindrical-coordinate representation of color #B33111: hue angle of 11.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33111 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1794917-
CMYK00.730.910.30
HSL11.85º82.65%38.43%-
HSV(B)11.85º90.5%70.2%-
XYZ19.7911.821.77-
YUV84.2290.07195.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=73.06%
G=20%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179491700.730.910.3011.8582.6538.43
HexB331110495B1Ec5326
Octal26361210111133361412346
Binary10110011110001100010100100110110111111011001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33111; }

 p { color: rgb(179,49,17); }

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

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

 a { background-color: rgb(179,49,17); }

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

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

 span { border-color: rgb(179,49,17); }

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