#B53202

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

Shades of Rust #B53202

Tints of Rust #B53202

Color information

#B53202 (or 0xB53202) is unknown color: approx Rust. HEX triplet: B5, 32 and 02. RGB value is (181,50,2). Sum of RGB (Red+Green+Blue) = 181+50+2=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B53202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53202 is #4ACDFD. Grayscale: #545454. Windows color (decimal): -4902398 or 144053. OLE color: 144053.

HSL color Cylindrical-coordinate representation of color #B53202: hue angle of 16.09º 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 #B53202 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181502-
CMYK00.720.990.29
HSL16.09º97.81%35.88%-
HSV(B)16.09º98.9%70.98%-
XYZ20.2112.111.33-
YUV83.781.9197.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.68%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=77.68%
G=21.46%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18150200.720.990.2916.0997.8135.88
HexB5322048631D106224
Octal2656220110143352014244
Binary101101011100101001001000110001111101100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53202; }

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

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

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

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

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

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

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

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