#B13C15

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

Shades of Rust #B13C15

Tints of Rust #B13C15

Color information

#B13C15 (or 0xB13C15) is unknown color: approx Rust. HEX triplet: B1, 3C and 15. RGB value is (177,60,21). Sum of RGB (Red+Green+Blue) = 177+60+21=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C15 is #4EC3EA. Grayscale: #5A5A5A. Windows color (decimal): -5161963 or 1391793. OLE color: 1391793.

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

Color convert

RGB1776021-
CMYK00.660.880.31
HSL15º78.79%38.82%-
HSV(B)15º88.14%69.41%-
XYZ19.8812.632.1-
YUV90.5488.76189.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=68.60%
G=23.26%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177602100.660.880.311578.7938.82
HexB13C15042581Ff4f27
Octal26174250102130371711747
Binary10110001111100101010100001010110001111111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C15; }

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

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

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

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

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

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

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

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