#B13216

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

Shades of Rust #B13216

Tints of Rust #B13216

Color information

#B13216 (or 0xB13216) is unknown color: approx Rust. HEX triplet: B1, 32 and 16. RGB value is (177,50,22). Sum of RGB (Red+Green+Blue) = 177+50+22=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B13216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13216 is #4ECDE9. Grayscale: #555555. Windows color (decimal): -5164522 or 1454769. OLE color: 1454769.

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

Color convert

RGB1775022-
CMYK00.720.880.31
HSL10.84º77.89%39.02%-
HSV(B)10.84º87.57%69.41%-
XYZ19.4211.691.99-
YUV84.7892.58193.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.08%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=71.08%
G=20.08%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177502200.720.880.3110.8477.8939.02
HexB13216048581Fb4e27
Octal26162260110130371311647
Binary10110001110010101100100100010110001111110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13216; }

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

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

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

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

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

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

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

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