#B13B18

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

Shades of Rust #B13B18

Tints of Rust #B13B18

Color information

#B13B18 (or 0xB13B18) is unknown color: approx Rust. HEX triplet: B1, 3B and 18. RGB value is (177,59,24). Sum of RGB (Red+Green+Blue) = 177+59+24=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13B18 is #4EC4E7. Grayscale: #5A5A5A. Windows color (decimal): -5162216 or 1588145. OLE color: 1588145.

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

Color convert

RGB1775924-
CMYK00.670.860.31
HSL13.73º76.12%39.41%-
HSV(B)13.73º86.44%69.41%-
XYZ19.8612.542.24-
YUV90.2990.59189.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=68.08%
G=22.69%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177592400.670.860.3113.7376.1239.41
HexB13B18043561Fe4c27
Octal26173300103126371611447
Binary10110001111011110000100001110101101111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B18; }

 p { color: rgb(177,59,24); }

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

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

 a { background-color: rgb(177,59,24); }

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

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

 span { border-color: rgb(177,59,24); }

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