#B2481E

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

Shades of Rust #B2481E

Tints of Rust #B2481E

Color information

#B2481E (or 0xB2481E) is unknown color: approx Rust. HEX triplet: B2, 48 and 1E. RGB value is (178,72,30). Sum of RGB (Red+Green+Blue) = 178+72+30=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2481E is #4DB7E1. Grayscale: #636363. Windows color (decimal): -5093346 or 1984690. OLE color: 1984690.

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

Color convert

RGB1787230-
CMYK00.600.830.30
HSL17.03º71.15%40.78%-
HSV(B)17.03º83.15%69.8%-
XYZ20.9114.192.87-
YUV98.9189.12184.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.57%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=63.57%
G=25.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178723000.600.830.3017.0371.1540.78
HexB2481E03C531E114729
Octal26211036074123362110751
Binary101100101001000111100111100101001111110100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2481E; }

 p { color: rgb(178,72,30); }

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

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

 a { background-color: rgb(178,72,30); }

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

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

 span { border-color: rgb(178,72,30); }

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