#B73503

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

Shades of Rust #B73503

Tints of Rust #B73503

Color information

#B73503 (or 0xB73503) is unknown color: approx Rust. HEX triplet: B7, 35 and 03. RGB value is (183,53,3). Sum of RGB (Red+Green+Blue) = 183+53+3=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73503 is #48CAFC. Grayscale: #565656. Windows color (decimal): -4770557 or 210359. OLE color: 210359.

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

Color convert

RGB183533-
CMYK00.710.980.28
HSL16.67º96.77%36.47%-
HSV(B)16.67º98.36%71.76%-
XYZ20.8212.621.42-
YUV86.1781.07197.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=76.57%
G=22.18%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18353300.710.980.2816.6796.7736.47
HexB7353047621C116124
Octal2676530107142342114144
Binary101101111101011101000111110001011100100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73503; }

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

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

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

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

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

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

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

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