#B33115

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

Shades of Rust #B33115

Tints of Rust #B33115

Color information

#B33115 (or 0xB33115) is unknown color: approx Rust. HEX triplet: B3, 31 and 15. RGB value is (179,49,21). Sum of RGB (Red+Green+Blue) = 179+49+21=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33115 is #4CCEEA. Grayscale: #545454. Windows color (decimal): -5033707 or 1388979. OLE color: 1388979.

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

Color convert

RGB1794921-
CMYK00.730.880.30
HSL10.63º79%39.22%-
HSV(B)10.63º88.27%70.2%-
XYZ19.8211.831.95-
YUV84.6892.07195.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=71.89%
G=19.68%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179492100.730.880.3010.637939.22
HexB33115049581Eb4f27
Octal26361250111130361311747
Binary10110011110001101010100100110110001111010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33115; }

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

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

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

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

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

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

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

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