#B74307

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

Shades of Rust #B74307

Tints of Rust #B74307

Color information

#B74307 (or 0xB74307) is unknown color: approx Rust. HEX triplet: B7, 43 and 07. RGB value is (183,67,7). Sum of RGB (Red+Green+Blue) = 183+67+7=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74307 is #48BCF8. Grayscale: #5F5F5F. Windows color (decimal): -4766969 or 476087. OLE color: 476087.

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

Color convert

RGB183677-
CMYK00.630.960.28
HSL20.45º92.63%37.25%-
HSV(B)20.45º96.17%71.76%-
XYZ21.5714.11.78-
YUV94.8478.43190.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 7 (3.12% from 255) = 2.72%
R=71.21%
G=26.07%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18367700.630.960.2820.4592.6337.25
HexB743703F601C145d25
Octal2671037077140342413545
Binary1011011110000111110111111110000011100101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74307; }

 p { color: rgb(183,67,7); }

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

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

 a { background-color: rgb(183,67,7); }

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

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

 span { border-color: rgb(183,67,7); }

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