#B3481A

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

Shades of Rust #B3481A

Tints of Rust #B3481A

Color information

#B3481A (or 0xB3481A) is unknown color: approx Rust. HEX triplet: B3, 48 and 1A. RGB value is (179,72,26). Sum of RGB (Red+Green+Blue) = 179+72+26=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3481A is #4CB7E5. Grayscale: #636363. Windows color (decimal): -5027814 or 1722547. OLE color: 1722547.

HSL color Cylindrical-coordinate representation of color #B3481A: hue angle of 18.04º 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 #B3481A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1797226-
CMYK00.600.850.30
HSL18.04º74.63%40.2%-
HSV(B)18.04º85.47%70.2%-
XYZ21.0914.292.62-
YUV98.7586.95185.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=64.62%
G=25.99%
B=9.39%

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
Decimal179722600.600.850.3018.0474.6340.2
HexB3481A03C551E124b28
Octal26311032074125362211350
Binary101100111001000110100111100101010111110100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3481A; }

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

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

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

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

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

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

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

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