#B3381A

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

Shades of Rust #B3381A

Tints of Rust #B3381A

Color information

#B3381A (or 0xB3381A) is unknown color: approx Rust. HEX triplet: B3, 38 and 1A. RGB value is (179,56,26). Sum of RGB (Red+Green+Blue) = 179+56+26=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3381A is #4CC7E5. Grayscale: #595959. Windows color (decimal): -5031910 or 1718451. OLE color: 1718451.

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

Color convert

RGB1795626-
CMYK00.690.850.30
HSL11.76º74.63%40.2%-
HSV(B)11.76º85.47%70.2%-
XYZ20.1912.492.32-
YUV89.3692.25191.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.58%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=68.58%
G=21.46%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179562600.690.850.3011.7674.6340.2
HexB3381A045551Ec4b28
Octal26370320105125361411350
Binary10110011111000110100100010110101011111011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3381A; }

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

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

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

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

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

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

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

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