#B14515

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

Shades of Rust #B14515

Tints of Rust #B14515

Color information

#B14515 (or 0xB14515) is unknown color: approx Rust. HEX triplet: B1, 45 and 15. RGB value is (177,69,21). Sum of RGB (Red+Green+Blue) = 177+69+21=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14515 is #4EBAEA. Grayscale: #606060. Windows color (decimal): -5159659 or 1394097. OLE color: 1394097.

HSL color Cylindrical-coordinate representation of color #B14515: hue angle of 18.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14515 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1776921-
CMYK00.610.880.31
HSL18.46º78.79%38.82%-
HSV(B)18.46º88.14%69.41%-
XYZ20.3913.662.27-
YUV95.8285.78185.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=66.29%
G=25.84%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177692100.610.880.3118.4678.7938.82
HexB1451503D581F124f27
Octal26110525075130372211747
Binary101100011000101101010111101101100011111100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14515; }

 p { color: rgb(177,69,21); }

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

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

 a { background-color: rgb(177,69,21); }

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

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

 span { border-color: rgb(177,69,21); }

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