#B3381C

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

Shades of Rust #B3381C

Tints of Rust #B3381C

Color information

#B3381C (or 0xB3381C) is unknown color: approx Rust. HEX triplet: B3, 38 and 1C. RGB value is (179,56,28). Sum of RGB (Red+Green+Blue) = 179+56+28=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3381C is #4CC7E3. Grayscale: #595959. Windows color (decimal): -5031908 or 1849523. OLE color: 1849523.

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

Color convert

RGB1795628-
CMYK00.690.840.30
HSL11.13º72.95%40.59%-
HSV(B)11.13º84.36%70.2%-
XYZ20.2112.52.45-
YUV89.5893.25191.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=68.06%
G=21.29%
B=10.65%

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
Decimal179562800.690.840.3011.1372.9540.59
HexB3381C045541Eb4929
Octal26370340105124361311151
Binary10110011111000111000100010110101001111010111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3381C; }

 p { color: rgb(179,56,28); }

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

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

 a { background-color: rgb(179,56,28); }

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

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

 span { border-color: rgb(179,56,28); }

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