#B13412

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

Shades of Rust #B13412

Tints of Rust #B13412

Color information

#B13412 (or 0xB13412) is unknown color: approx Rust. HEX triplet: B1, 34 and 12. RGB value is (177,52,18). Sum of RGB (Red+Green+Blue) = 177+52+18=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13412 is #4ECBED. Grayscale: #555555. Windows color (decimal): -5164014 or 1193137. OLE color: 1193137.

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

Color convert

RGB1775218-
CMYK00.710.900.31
HSL12.83º81.54%38.24%-
HSV(B)12.83º89.83%69.41%-
XYZ19.4711.851.83-
YUV85.589.91193.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=71.66%
G=21.05%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177521800.710.900.3112.8381.5438.24
HexB134120475A1Fd5226
Octal26164220107132371512246
Binary10110001110100100100100011110110101111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13412; }

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

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

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

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

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

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

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

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