#B13218

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

Shades of Rust #B13218

Tints of Rust #B13218

Color information

#B13218 (or 0xB13218) is unknown color: approx Rust. HEX triplet: B1, 32 and 18. RGB value is (177,50,24). Sum of RGB (Red+Green+Blue) = 177+50+24=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B13218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13218 is #4ECDE7. Grayscale: #555555. Windows color (decimal): -5164520 or 1585841. OLE color: 1585841.

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

Color convert

RGB1775024-
CMYK00.720.860.31
HSL10.2º76.12%39.41%-
HSV(B)10.2º86.44%69.41%-
XYZ19.4411.692.1-
YUV85.0193.58193.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.52%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=70.52%
G=19.92%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177502400.720.860.3110.276.1239.41
HexB13218048561Fa4c27
Octal26162300110126371211447
Binary10110001110010110000100100010101101111110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13218; }

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

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

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

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

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

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

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

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