#B13512

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

Shades of Rust #B13512

Tints of Rust #B13512

Color information

#B13512 (or 0xB13512) is unknown color: approx Rust. HEX triplet: B1, 35 and 12. RGB value is (177,53,18). Sum of RGB (Red+Green+Blue) = 177+53+18=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13512 is #4ECAED. Grayscale: #565656. Windows color (decimal): -5163758 or 1193393. OLE color: 1193393.

HSL color Cylindrical-coordinate representation of color #B13512: hue angle of 13.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B13512 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1775318-
CMYK00.700.900.31
HSL13.21º81.54%38.24%-
HSV(B)13.21º89.83%69.41%-
XYZ19.5111.941.85-
YUV86.0989.58192.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.37%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=71.37%
G=21.37%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177531800.700.900.3113.2181.5438.24
HexB135120465A1Fd5226
Octal26165220106132371512246
Binary10110001110101100100100011010110101111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13512; }

 p { color: rgb(177,53,18); }

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

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

 a { background-color: rgb(177,53,18); }

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

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

 span { border-color: rgb(177,53,18); }

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