#B9530F

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

Shades of Rust #B9530F

Tints of Rust #B9530F

Color information

#B9530F (or 0xB9530F) is unknown color: approx Rust. HEX triplet: B9, 53 and 0F. RGB value is (185,83,15). Sum of RGB (Red+Green+Blue) = 185+83+15=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9530F is #46ACF0. Grayscale: #6A6A6A. Windows color (decimal): -4631793 or 1004473. OLE color: 1004473.

HSL color Cylindrical-coordinate representation of color #B9530F: hue angle of 24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9530F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1858315-
CMYK00.550.920.27
HSL24º85%39.22%-
HSV(B)24º91.89%72.55%-
XYZ23.1916.542.42-
YUV105.7576.79184.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.37%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=65.37%
G=29.33%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185831500.550.920.27248539.22
HexB953F0375C1B185527
Octal27112317067134333012547
Binary10111001101001111110110111101110011011110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9530F; }

 p { color: rgb(185,83,15); }

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

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

 a { background-color: rgb(185,83,15); }

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

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

 span { border-color: rgb(185,83,15); }

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