#B3471A

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

Shades of Rust #B3471A

Tints of Rust #B3471A

Color information

#B3471A (or 0xB3471A) is unknown color: approx Rust. HEX triplet: B3, 47 and 1A. RGB value is (179,71,26). Sum of RGB (Red+Green+Blue) = 179+71+26=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471A is #4CB8E5. Grayscale: #626262. Windows color (decimal): -5028070 or 1722291. OLE color: 1722291.

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

Color convert

RGB1797126-
CMYK00.600.850.30
HSL17.65º74.63%40.2%-
HSV(B)17.65º85.47%70.2%-
XYZ21.0314.162.6-
YUV98.1687.28185.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=64.86%
G=25.72%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179712600.600.850.3017.6574.6340.2
HexB3471A03C551E124b28
Octal26310732074125362211350
Binary101100111000111110100111100101010111110100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3471A; }

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

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

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

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

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

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

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

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