#B7480C

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

Shades of Rust #B7480C

Tints of Rust #B7480C

Color information

#B7480C (or 0xB7480C) is unknown color: approx Rust. HEX triplet: B7, 48 and 0C. RGB value is (183,72,12). Sum of RGB (Red+Green+Blue) = 183+72+12=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7480C is #48B7F3. Grayscale: #626262. Windows color (decimal): -4765684 or 805047. OLE color: 805047.

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

Color convert

RGB1837212-
CMYK00.610.930.28
HSL21.05º87.69%38.24%-
HSV(B)21.05º93.44%71.76%-
XYZ21.9114.732.04-
YUV98.3579.27188.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=68.54%
G=26.97%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183721200.610.930.2821.0587.6938.24
HexB748C03D5D1C155826
Octal26711014075135342513046
Binary10110111100100011000111101101110111100101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7480C; }

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

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

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

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

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

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

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

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