#B7310F

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

Shades of Rust #B7310F

Tints of Rust #B7310F

Color information

#B7310F (or 0xB7310F) is unknown color: approx Rust. HEX triplet: B7, 31 and 0F. RGB value is (183,49,15). Sum of RGB (Red+Green+Blue) = 183+49+15=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7310F is #48CEF0. Grayscale: #555555. Windows color (decimal): -4771569 or 995767. OLE color: 995767.

HSL color Cylindrical-coordinate representation of color #B7310F: hue angle of 12.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7310F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1834915-
CMYK00.730.920.28
HSL12.14º84.85%38.82%-
HSV(B)12.14º91.8%71.76%-
XYZ20.7112.31.73-
YUV85.1988.39197.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.09%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=74.09%
G=19.84%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183491500.730.920.2812.1484.8538.82
HexB731F0495C1Cc5527
Octal26761170111134341412547
Binary1011011111000111110100100110111001110011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7310F; }

 p { color: rgb(183,49,15); }

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

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

 a { background-color: rgb(183,49,15); }

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

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

 span { border-color: rgb(183,49,15); }

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