#B13C18

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

Shades of Rust #B13C18

Tints of Rust #B13C18

Color information

#B13C18 (or 0xB13C18) is unknown color: approx Rust. HEX triplet: B1, 3C and 18. RGB value is (177,60,24). Sum of RGB (Red+Green+Blue) = 177+60+24=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C18 is #4EC3E7. Grayscale: #5B5B5B. Windows color (decimal): -5161960 or 1588401. OLE color: 1588401.

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

Color convert

RGB1776024-
CMYK00.660.860.31
HSL14.12º76.12%39.41%-
HSV(B)14.12º86.44%69.41%-
XYZ19.9112.642.26-
YUV90.8890.26189.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=67.82%
G=22.99%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177602400.660.860.3114.1276.1239.41
HexB13C18042561Fe4c27
Octal26174300102126371611447
Binary10110001111100110000100001010101101111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C18; }

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

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

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

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

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

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

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

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