#B3570D

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

Shades of Rust #B3570D

Tints of Rust #B3570D

Color information

#B3570D (or 0xB3570D) is unknown color: approx Rust. HEX triplet: B3, 57 and 0D. RGB value is (179,87,13). Sum of RGB (Red+Green+Blue) = 179+87+13=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3570D is #4CA8F2. Grayscale: #6A6A6A. Windows color (decimal): -5023987 or 874419. OLE color: 874419.

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

Color convert

RGB1798713-
CMYK00.510.930.30
HSL26.75º86.46%37.65%-
HSV(B)26.75º92.74%70.2%-
XYZ22.0716.432.39-
YUV106.0775.48180.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=64.16%
G=31.18%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179871300.510.930.3026.7586.4637.65
HexB357D0335D1E1b5626
Octal26312715063135363312646
Binary10110011101011111010110011101110111110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3570D; }

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

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

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

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

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

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

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

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