#B3340D

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

Shades of Rust #B3340D

Tints of Rust #B3340D

Color information

#B3340D (or 0xB3340D) is unknown color: approx Rust. HEX triplet: B3, 34 and 0D. RGB value is (179,52,13). Sum of RGB (Red+Green+Blue) = 179+52+13=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3340D is #4CCBF2. Grayscale: #555555. Windows color (decimal): -5032947 or 865459. OLE color: 865459.

HSL color Cylindrical-coordinate representation of color #B3340D: hue angle of 14.1º 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 #B3340D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1795213-
CMYK00.710.930.30
HSL14.1º86.46%37.65%-
HSV(B)14.1º92.74%70.2%-
XYZ19.8912.071.66-
YUV85.5387.08194.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.36%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=73.36%
G=21.31%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179521300.710.930.3014.186.4637.65
HexB334D0475D1Ee5626
Octal26364150107135361612646
Binary1011001111010011010100011110111011111011101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3340D; }

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

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

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

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

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

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

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

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