#B74410

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

Shades of Rust #B74410

Tints of Rust #B74410

Color information

#B74410 (or 0xB74410) is unknown color: approx Rust. HEX triplet: B7, 44 and 10. RGB value is (183,68,16). Sum of RGB (Red+Green+Blue) = 183+68+16=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74410 is #48BBEF. Grayscale: #606060. Windows color (decimal): -4766704 or 1066167. OLE color: 1066167.

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

Color convert

RGB1836816-
CMYK00.630.910.28
HSL18.68º83.92%39.02%-
HSV(B)18.68º91.26%71.76%-
XYZ21.6914.242.1-
YUV96.4682.6189.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=68.54%
G=25.47%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183681600.630.910.2818.6883.9239.02
HexB7441003F5B1C135427
Octal26710420077133342312447
Binary101101111000100100000111111101101111100100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74410; }

 p { color: rgb(183,68,16); }

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

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

 a { background-color: rgb(183,68,16); }

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

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

 span { border-color: rgb(183,68,16); }

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