#B03217

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

Shades of Rust #B03217

Tints of Rust #B03217

Color information

#B03217 (or 0xB03217) is unknown color: approx Rust. HEX triplet: B0, 32 and 17. RGB value is (176,50,23). Sum of RGB (Red+Green+Blue) = 176+50+23=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03217 is #4FCDE8. Grayscale: #545454. Windows color (decimal): -5230057 or 1520304. OLE color: 1520304.

HSL color Cylindrical-coordinate representation of color #B03217: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B03217 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1765023-
CMYK00.720.870.31
HSL10.59º76.88%39.02%-
HSV(B)10.59º86.93%69.02%-
XYZ19.211.572.03-
YUV84.693.24193.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.68%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=70.68%
G=20.08%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176502300.720.870.3110.5976.8839.02
HexB03217048571Fb4d27
Octal26062270110127371311547
Binary10110000110010101110100100010101111111110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03217; }

 p { color: rgb(176,50,23); }

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

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

 a { background-color: rgb(176,50,23); }

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

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

 span { border-color: rgb(176,50,23); }

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