#B7411F

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

Shades of Rust #B7411F

Tints of Rust #B7411F

Color information

#B7411F (or 0xB7411F) is unknown color: approx Rust. HEX triplet: B7, 41 and 1F. RGB value is (183,65,31). Sum of RGB (Red+Green+Blue) = 183+65+31=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7411F is #48BEE0. Grayscale: #606060. Windows color (decimal): -4767457 or 2048439. OLE color: 2048439.

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

Color convert

RGB1836531-
CMYK00.640.830.28
HSL13.42º71.03%41.96%-
HSV(B)13.42º83.06%71.76%-
XYZ21.6713.952.85-
YUV96.4191.09189.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=65.59%
G=23.30%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183653100.640.830.2813.4271.0341.96
HexB7411F040531Cd472a
Octal267101370100123341510752
Binary101101111000001111110100000010100111110011011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7411F; }

 p { color: rgb(183,65,31); }

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

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

 a { background-color: rgb(183,65,31); }

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

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

 span { border-color: rgb(183,65,31); }

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