#B7391E

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

Shades of Rust #B7391E

Tints of Rust #B7391E

Color information

#B7391E (or 0xB7391E) is unknown color: approx Rust. HEX triplet: B7, 39 and 1E. RGB value is (183,57,30). Sum of RGB (Red+Green+Blue) = 183+57+30=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391E is #48C6E1. Grayscale: #5B5B5B. Windows color (decimal): -4769506 or 1980855. OLE color: 1980855.

HSL color Cylindrical-coordinate representation of color #B7391E: hue angle of 10.59º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7391E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1835730-
CMYK00.690.840.28
HSL10.59º71.83%41.76%-
HSV(B)10.59º83.61%71.76%-
XYZ21.2313.092.64-
YUV91.693.24193.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=67.78%
G=21.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183573000.690.840.2810.5971.8341.76
HexB7391E045541Cb482a
Octal26771360105124341311052
Binary10110111111001111100100010110101001110010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7391E; }

 p { color: rgb(183,57,30); }

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

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

 a { background-color: rgb(183,57,30); }

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

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

 span { border-color: rgb(183,57,30); }

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