#B0481D

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

Shades of Rust #B0481D

Tints of Rust #B0481D

Color information

#B0481D (or 0xB0481D) is unknown color: approx Rust. HEX triplet: B0, 48 and 1D. RGB value is (176,72,29). Sum of RGB (Red+Green+Blue) = 176+72+29=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0481D is #4FB7E2. Grayscale: #626262. Windows color (decimal): -5224419 or 1919152. OLE color: 1919152.

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

Color convert

RGB1767229-
CMYK00.590.840.31
HSL17.55º71.71%40.2%-
HSV(B)17.55º83.52%69.02%-
XYZ20.4413.952.78-
YUV98.1988.96183.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.54%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=63.54%
G=25.99%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176722900.590.840.3117.5571.7140.2
HexB0481D03B541F124828
Octal26011035073124372211050
Binary101100001001000111010111011101010011111100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0481D; }

 p { color: rgb(176,72,29); }

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

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

 a { background-color: rgb(176,72,29); }

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

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

 span { border-color: rgb(176,72,29); }

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