#B74B10

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

Shades of Rust #B74B10

Tints of Rust #B74B10

Color information

#B74B10 (or 0xB74B10) is unknown color: approx Rust. HEX triplet: B7, 4B and 10. RGB value is (183,75,16). Sum of RGB (Red+Green+Blue) = 183+75+16=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B10 is #48B4EF. Grayscale: #646464. Windows color (decimal): -4764912 or 1067959. OLE color: 1067959.

HSL color Cylindrical-coordinate representation of color #B74B10: hue angle of 21.2º 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 #B74B10 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1837516-
CMYK00.590.910.28
HSL21.2º83.92%39.02%-
HSV(B)21.2º91.26%71.76%-
XYZ22.1415.142.25-
YUV100.5780.28186.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.79%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=66.79%
G=27.37%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183751600.590.910.2821.283.9239.02
HexB74B1003B5B1C155427
Octal26711320073133342512447
Binary101101111001011100000111011101101111100101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B10; }

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

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

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

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

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

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

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

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