#B73E00

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

Shades of Rust #B73E00

Tints of Rust #B73E00

Color information

#B73E00 (or 0xB73E00) is unknown color: approx Rust. HEX triplet: B7, 3E and 00. RGB value is (183,62,0). Sum of RGB (Red+Green+Blue) = 183+62+0=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73E00 is #48C1FF. Grayscale: #5B5B5B. Windows color (decimal): -4768256 or 16055. OLE color: 16055.

HSL color Cylindrical-coordinate representation of color #B73E00: hue angle of 20.33º 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 #B73E00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB183620-
CMYK00.6610.28
HSL20.33º100%35.88%-
HSV(B)20.33º100%71.76%-
XYZ21.2513.511.49-
YUV91.1176.59193.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.69%
G=25.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18362000.6610.2820.3310035.88
HexB73E0042641C146424
Octal2677600102144342414444
Binary10110111111110001000010110010011100101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E00; }

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

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

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

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

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

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

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

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