#B3310C

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

Shades of Rust #B3310C

Tints of Rust #B3310C

Color information

#B3310C (or 0xB3310C) is unknown color: approx Rust. HEX triplet: B3, 31 and 0C. RGB value is (179,49,12). Sum of RGB (Red+Green+Blue) = 179+49+12=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3310C is #4CCEF3. Grayscale: #535353. Windows color (decimal): -5033716 or 799155. OLE color: 799155.

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

Color convert

RGB1794912-
CMYK00.730.930.30
HSL13.29º87.43%37.45%-
HSV(B)13.29º93.3%70.2%-
XYZ19.7611.811.59-
YUV83.6587.57196.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.58%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 12 (5.08% from 255) = 5%
R=74.58%
G=20.42%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179491200.730.930.3013.2987.4337.45
HexB331C0495D1Ed5725
Octal26361140111135361512745
Binary1011001111000111000100100110111011111011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3310C; }

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

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

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

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

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

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

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

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