#B94617

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

Shades of Rust #B94617

Tints of Rust #B94617

Color information

#B94617 (or 0xB94617) is unknown color: approx Rust. HEX triplet: B9, 46 and 17. RGB value is (185,70,23). Sum of RGB (Red+Green+Blue) = 185+70+23=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B94617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94617 is #46B9E8. Grayscale: #636363. Windows color (decimal): -4635113 or 1525433. OLE color: 1525433.

HSL color Cylindrical-coordinate representation of color #B94617: hue angle of 17.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94617 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1857023-
CMYK00.620.880.27
HSL17.41º77.88%40.78%-
HSV(B)17.41º87.57%72.55%-
XYZ22.3514.762.48-
YUV99.0385.1189.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.55%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=66.55%
G=25.18%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185702300.620.880.2717.4177.8840.78
HexB9461703E581B114e29
Octal27110627076130332111651
Binary101110011000110101110111110101100011011100011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94617; }

 p { color: rgb(185,70,23); }

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

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

 a { background-color: rgb(185,70,23); }

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

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

 span { border-color: rgb(185,70,23); }

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