#B73500

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

Shades of Rust #B73500

Tints of Rust #B73500

Color information

#B73500 (or 0xB73500) is unknown color: approx Rust. HEX triplet: B7, 35 and 00. RGB value is (183,53,0). Sum of RGB (Red+Green+Blue) = 183+53+0=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B73500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73500 is #48CAFF. Grayscale: #565656. Windows color (decimal): -4770560 or 13751. OLE color: 13751.

HSL color Cylindrical-coordinate representation of color #B73500: hue angle of 17.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B73500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB183530-
CMYK00.7110.28
HSL17.38º100%35.88%-
HSV(B)17.38º100%71.76%-
XYZ20.812.611.34-
YUV85.8379.57197.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 77.54%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.54%
G=22.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18353000.7110.2817.3810035.88
HexB7350047641C116424
Octal2676500107144342114444
Binary10110111110101001000111110010011100100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73500; }

 p { color: rgb(183,53,0); }

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

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

 a { background-color: rgb(183,53,0); }

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

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

 span { border-color: rgb(183,53,0); }

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