#B0471A

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

Shades of Rust #B0471A

Tints of Rust #B0471A

Color information

#B0471A (or 0xB0471A) is unknown color: approx Rust. HEX triplet: B0, 47 and 1A. RGB value is (176,71,26). Sum of RGB (Red+Green+Blue) = 176+71+26=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0471A is #4FB8E5. Grayscale: #616161. Windows color (decimal): -5224678 or 1722288. OLE color: 1722288.

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

Color convert

RGB1767126-
CMYK00.600.850.31
HSL18º74.26%39.61%-
HSV(B)18º85.23%69.02%-
XYZ20.3413.812.57-
YUV97.2687.79184.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.47%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=64.47%
G=26.01%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176712600.600.850.311874.2639.61
HexB0471A03C551F124a28
Octal26010732074125372211250
Binary101100001000111110100111100101010111111100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0471A; }

 p { color: rgb(176,71,26); }

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

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

 a { background-color: rgb(176,71,26); }

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

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

 span { border-color: rgb(176,71,26); }

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