#B3300D

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

Shades of Rust #B3300D

Tints of Rust #B3300D

Color information

#B3300D (or 0xB3300D) is unknown color: approx Rust. HEX triplet: B3, 30 and 0D. RGB value is (179,48,13). Sum of RGB (Red+Green+Blue) = 179+48+13=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300D is #4CCFF2. Grayscale: #535353. Windows color (decimal): -5033971 or 864435. OLE color: 864435.

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

Color convert

RGB1794813-
CMYK00.730.930.30
HSL12.65º86.46%37.65%-
HSV(B)12.65º92.74%70.2%-
XYZ19.7211.731.6-
YUV83.1888.4196.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.58%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=74.58%
G=20%
B=5.42%

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
Decimal179481300.730.930.3012.6586.4637.65
HexB330D0495D1Ed5626
Octal26360150111135361512646
Binary1011001111000011010100100110111011111011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3300D; }

 p { color: rgb(179,48,13); }

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

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

 a { background-color: rgb(179,48,13); }

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

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

 span { border-color: rgb(179,48,13); }

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