#B7410E

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

Shades of Rust #B7410E

Tints of Rust #B7410E

Color information

#B7410E (or 0xB7410E) is unknown color: approx Rust. HEX triplet: B7, 41 and 0E. RGB value is (183,65,14). Sum of RGB (Red+Green+Blue) = 183+65+14=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7410E is #48BEF1. Grayscale: #5E5E5E. Windows color (decimal): -4767474 or 934327. OLE color: 934327.

HSL color Cylindrical-coordinate representation of color #B7410E: hue angle of 18.11º degrees, saturation: 0.86, 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 #B7410E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1836514-
CMYK00.640.920.28
HSL18.11º85.79%38.63%-
HSV(B)18.11º92.35%71.76%-
XYZ21.513.881.96-
YUV94.4782.59191.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=69.85%
G=24.81%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183651400.640.920.2818.1185.7938.63
HexB741E0405C1C125627
Octal267101160100134342212647
Binary101101111000001111001000000101110011100100101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7410E; }

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

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

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

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

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

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

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

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