#B74612

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

Shades of Rust #B74612

Tints of Rust #B74612

Color information

#B74612 (or 0xB74612) is unknown color: approx Rust. HEX triplet: B7, 46 and 12. RGB value is (183,70,18). Sum of RGB (Red+Green+Blue) = 183+70+18=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74612 is #48B9ED. Grayscale: #626262. Windows color (decimal): -4766190 or 1197751. OLE color: 1197751.

HSL color Cylindrical-coordinate representation of color #B74612: hue angle of 18.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1837018-
CMYK00.620.900.28
HSL18.91º82.09%39.41%-
HSV(B)18.91º90.16%71.76%-
XYZ21.8314.492.22-
YUV97.8682.94188.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=67.53%
G=25.83%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183701800.620.900.2818.9182.0939.41
HexB7461203E5A1C135227
Octal26710622076132342312247
Binary101101111000110100100111110101101011100100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74612; }

 p { color: rgb(183,70,18); }

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

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

 a { background-color: rgb(183,70,18); }

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

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

 span { border-color: rgb(183,70,18); }

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