#B13207

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

Shades of Rust #B13207

Tints of Rust #B13207

Color information

#B13207 (or 0xB13207) is unknown color: approx Rust. HEX triplet: B1, 32 and 07. RGB value is (177,50,7). Sum of RGB (Red+Green+Blue) = 177+50+7=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13207 is #4ECDF8. Grayscale: #535353. Windows color (decimal): -5164537 or 471729. OLE color: 471729.

HSL color Cylindrical-coordinate representation of color #B13207: hue angle of 15.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B13207 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB177507-
CMYK00.720.960.31
HSL15.18º92.39%36.08%-
HSV(B)15.18º96.05%69.41%-
XYZ19.3111.641.43-
YUV83.0785.08195-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=75.64%
G=21.37%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17750700.720.960.3115.1892.3936.08
HexB1327048601Ff5c24
Octal2616270110140371713444
Binary101100011100101110100100011000001111111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13207; }

 p { color: rgb(177,50,7); }

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

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

 a { background-color: rgb(177,50,7); }

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

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

 span { border-color: rgb(177,50,7); }

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