#B53102

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

Shades of Rust #B53102

Tints of Rust #B53102

Color information

#B53102 (or 0xB53102) is unknown color: approx Rust. HEX triplet: B5, 31 and 02. RGB value is (181,49,2). Sum of RGB (Red+Green+Blue) = 181+49+2=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B53102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53102 is #4ACEFD. Grayscale: #535353. Windows color (decimal): -4902654 or 143797. OLE color: 143797.

HSL color Cylindrical-coordinate representation of color #B53102: hue angle of 15.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B53102 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181492-
CMYK00.730.990.29
HSL15.75º97.81%35.88%-
HSV(B)15.75º98.9%70.98%-
XYZ20.1712.021.32-
YUV83.1182.23197.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=78.02%
G=21.12%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18149200.730.990.2915.7597.8135.88
HexB5312049631D106224
Octal2656120111143352014244
Binary101101011100011001001001110001111101100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53102; }

 p { color: rgb(181,49,2); }

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

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

 a { background-color: rgb(181,49,2); }

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

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

 span { border-color: rgb(181,49,2); }

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