#B95113

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

Shades of Rust #B95113

Tints of Rust #B95113

Color information

#B95113 (or 0xB95113) is unknown color: approx Rust. HEX triplet: B9, 51 and 13. RGB value is (185,81,19). Sum of RGB (Red+Green+Blue) = 185+81+19=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B95113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95113 is #46AEEC. Grayscale: #696969. Windows color (decimal): -4632301 or 1266105. OLE color: 1266105.

HSL color Cylindrical-coordinate representation of color #B95113: hue angle of 22.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95113 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1858119-
CMYK00.560.900.27
HSL22.41º81.37%40%-
HSV(B)22.41º89.73%72.55%-
XYZ23.0716.252.54-
YUV105.0379.46185.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=64.91%
G=28.42%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185811900.560.900.2722.4181.3740
HexB951130385A1B165128
Octal27112123070132332612150
Binary101110011010001100110111000101101011011101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95113; }

 p { color: rgb(185,81,19); }

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

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

 a { background-color: rgb(185,81,19); }

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

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

 span { border-color: rgb(185,81,19); }

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