#B74910

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

Shades of Rust #B74910

Tints of Rust #B74910

Color information

#B74910 (or 0xB74910) is unknown color: approx Rust. HEX triplet: B7, 49 and 10. RGB value is (183,73,16). Sum of RGB (Red+Green+Blue) = 183+73+16=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74910 is #48B6EF. Grayscale: #636363. Windows color (decimal): -4765424 or 1067447. OLE color: 1067447.

HSL color Cylindrical-coordinate representation of color #B74910: hue angle of 20.48º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74910 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1837316-
CMYK00.600.910.28
HSL20.48º83.92%39.02%-
HSV(B)20.48º91.26%71.76%-
XYZ2214.872.2-
YUV99.3980.94187.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.28%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=67.28%
G=26.84%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183731600.600.910.2820.4883.9239.02
HexB7491003C5B1C145427
Octal26711120074133342412447
Binary101101111001001100000111100101101111100101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74910; }

 p { color: rgb(183,73,16); }

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

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

 a { background-color: rgb(183,73,16); }

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

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

 span { border-color: rgb(183,73,16); }

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