#B7480B

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

Shades of Rust #B7480B

Tints of Rust #B7480B

Color information

#B7480B (or 0xB7480B) is unknown color: approx Rust. HEX triplet: B7, 48 and 0B. RGB value is (183,72,11). Sum of RGB (Red+Green+Blue) = 183+72+11=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7480B is #48B7F4. Grayscale: #626262. Windows color (decimal): -4765685 or 739511. OLE color: 739511.

HSL color Cylindrical-coordinate representation of color #B7480B: hue angle of 21.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7480B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1837211-
CMYK00.610.940.28
HSL21.28º88.66%38.04%-
HSV(B)21.28º93.99%71.76%-
XYZ21.9114.732-
YUV98.2478.77188.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=68.80%
G=27.07%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183721100.610.940.2821.2888.6638.04
HexB748B03D5E1C155926
Octal26711013075136342513146
Binary10110111100100010110111101101111011100101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7480B; }

 p { color: rgb(183,72,11); }

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

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

 a { background-color: rgb(183,72,11); }

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

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

 span { border-color: rgb(183,72,11); }

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