#B74315

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

Shades of Rust #B74315

Tints of Rust #B74315

Color information

#B74315 (or 0xB74315) is unknown color: approx Rust. HEX triplet: B7, 43 and 15. RGB value is (183,67,21). Sum of RGB (Red+Green+Blue) = 183+67+21=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74315 is #48BCEA. Grayscale: #606060. Windows color (decimal): -4766955 or 1393591. OLE color: 1393591.

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

Color convert

RGB1836721-
CMYK00.630.890.28
HSL17.04º79.41%40%-
HSV(B)17.04º88.52%71.76%-
XYZ21.6714.142.3-
YUV96.4485.43189.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=67.53%
G=24.72%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183672100.630.890.2817.0479.4140
HexB7431503F591C114f28
Octal26710325077131342111750
Binary101101111000011101010111111101100111100100011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74315; }

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

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

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

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

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

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

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

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