#B53315

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

Shades of Rust #B53315

Tints of Rust #B53315

Color information

#B53315 (or 0xB53315) is unknown color: approx Rust. HEX triplet: B5, 33 and 15. RGB value is (181,51,21). Sum of RGB (Red+Green+Blue) = 181+51+21=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53315 is #4ACCEA. Grayscale: #565656. Windows color (decimal): -4902123 or 1389493. OLE color: 1389493.

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

Color convert

RGB1815121-
CMYK00.720.880.29
HSL11.25º79.21%39.61%-
HSV(B)11.25º88.4%70.98%-
XYZ20.3812.252-
YUV86.4591.07195.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.54%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=71.54%
G=20.16%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181512100.720.880.2911.2579.2139.61
HexB53315048581Db4f28
Octal26563250110130351311750
Binary10110101110011101010100100010110001110110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53315; }

 p { color: rgb(181,51,21); }

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

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

 a { background-color: rgb(181,51,21); }

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

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

 span { border-color: rgb(181,51,21); }

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