#B95119

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

Shades of Rust #B95119

Tints of Rust #B95119

Color information

#B95119 (or 0xB95119) is unknown color: approx Rust. HEX triplet: B9, 51 and 19. RGB value is (185,81,25). Sum of RGB (Red+Green+Blue) = 185+81+25=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95119 is #46AEE6. Grayscale: #6A6A6A. Windows color (decimal): -4632295 or 1659321. OLE color: 1659321.

HSL color Cylindrical-coordinate representation of color #B95119: hue angle of 21º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B95119 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1858125-
CMYK00.560.860.27
HSL21º76.19%41.18%-
HSV(B)21º86.49%72.55%-
XYZ23.1316.272.84-
YUV105.7182.46184.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=63.57%
G=27.84%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185812500.560.860.272176.1941.18
HexB95119038561B154c29
Octal27112131070126332511451
Binary101110011010001110010111000101011011011101011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95119; }

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

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

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

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

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

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

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

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