#B53907

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

Shades of Rust #B53907

Tints of Rust #B53907

Color information

#B53907 (or 0xB53907) is unknown color: approx Rust. HEX triplet: B5, 39 and 07. RGB value is (181,57,7). Sum of RGB (Red+Green+Blue) = 181+57+7=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B53907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53907 is #4AC6F8. Grayscale: #585858. Windows color (decimal): -4900601 or 473525. OLE color: 473525.

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

Color convert

RGB181577-
CMYK00.690.960.29
HSL17.24º92.55%36.86%-
HSV(B)17.24º96.13%70.98%-
XYZ20.5612.771.58-
YUV88.3882.08194.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.88%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=73.88%
G=23.27%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18157700.690.960.2917.2492.5536.86
HexB5397045601D115d25
Octal2657170105140352113545
Binary1011010111100111101000101110000011101100011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53907; }

 p { color: rgb(181,57,7); }

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

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

 a { background-color: rgb(181,57,7); }

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

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

 span { border-color: rgb(181,57,7); }

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