#B3371D

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

Shades of Rust #B3371D

Tints of Rust #B3371D

Color information

#B3371D (or 0xB3371D) is unknown color: approx Rust. HEX triplet: B3, 37 and 1D. RGB value is (179,55,29). Sum of RGB (Red+Green+Blue) = 179+55+29=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3371D is #4CC8E2. Grayscale: #595959. Windows color (decimal): -5032163 or 1914803. OLE color: 1914803.

HSL color Cylindrical-coordinate representation of color #B3371D: hue angle of 10.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3371D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1795529-
CMYK00.690.840.30
HSL10.4º72.12%40.78%-
HSV(B)10.4º83.8%70.2%-
XYZ20.1812.42.49-
YUV89.1194.08192.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=68.06%
G=20.91%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179552900.690.840.3010.472.1240.78
HexB3371D045541Ea4829
Octal26367350105124361211051
Binary10110011110111111010100010110101001111010101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3371D; }

 p { color: rgb(179,55,29); }

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

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

 a { background-color: rgb(179,55,29); }

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

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

 span { border-color: rgb(179,55,29); }

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