#B33116

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

Shades of Rust #B33116

Tints of Rust #B33116

Color information

#B33116 (or 0xB33116) is unknown color: approx Rust. HEX triplet: B3, 31 and 16. RGB value is (179,49,22). Sum of RGB (Red+Green+Blue) = 179+49+22=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B33116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33116 is #4CCEE9. Grayscale: #555555. Windows color (decimal): -5033706 or 1454515. OLE color: 1454515.

HSL color Cylindrical-coordinate representation of color #B33116: hue angle of 10.32º degrees, saturation: 0.78, 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 #B33116 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1794922-
CMYK00.730.880.30
HSL10.32º78.11%39.41%-
HSV(B)10.32º87.71%70.2%-
XYZ19.8311.842-
YUV84.7992.57195.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.6%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=71.6%
G=19.6%
B=8.8%

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
Decimal179492200.730.880.3010.3278.1139.41
HexB33116049581Ea4e27
Octal26361260111130361211647
Binary10110011110001101100100100110110001111010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33116; }

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

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

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

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

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

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

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

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