#B53819

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

Shades of Rust #B53819

Tints of Rust #B53819

Color information

#B53819 (or 0xB53819) is unknown color: approx Rust. HEX triplet: B5, 38 and 19. RGB value is (181,56,25). Sum of RGB (Red+Green+Blue) = 181+56+25=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B53819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53819 is #4AC7E6. Grayscale: #5A5A5A. Windows color (decimal): -4900839 or 1652917. OLE color: 1652917.

HSL color Cylindrical-coordinate representation of color #B53819: hue angle of 11.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B53819 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1815625-
CMYK00.690.860.29
HSL11.92º75.73%40.39%-
HSV(B)11.92º86.19%70.98%-
XYZ20.6512.722.29-
YUV89.8491.41193.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=69.08%
G=21.37%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181562500.690.860.2911.9275.7340.39
HexB53819045561Dc4c28
Octal26570310105126351411450
Binary10110101111000110010100010110101101110111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53819; }

 p { color: rgb(181,56,25); }

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

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

 a { background-color: rgb(181,56,25); }

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

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

 span { border-color: rgb(181,56,25); }

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