#B13915

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

Shades of Rust #B13915

Tints of Rust #B13915

Color information

#B13915 (or 0xB13915) is unknown color: approx Rust. HEX triplet: B1, 39 and 15. RGB value is (177,57,21). Sum of RGB (Red+Green+Blue) = 177+57+21=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B13915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13915 is #4EC6EA. Grayscale: #595959. Windows color (decimal): -5162731 or 1391025. OLE color: 1391025.

HSL color Cylindrical-coordinate representation of color #B13915: hue angle of 13.85º 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 #B13915 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1775721-
CMYK00.680.880.31
HSL13.85º78.79%38.82%-
HSV(B)13.85º88.14%69.41%-
XYZ19.7312.332.05-
YUV88.7889.76190.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.41%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=69.41%
G=22.35%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177572100.680.880.3113.8578.7938.82
HexB13915044581Fe4f27
Octal26171250104130371611747
Binary10110001111001101010100010010110001111111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13915; }

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

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

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

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

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

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

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

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