#B3331A

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

Shades of Rust #B3331A

Tints of Rust #B3331A

Color information

#B3331A (or 0xB3331A) is unknown color: approx Rust. HEX triplet: B3, 33 and 1A. RGB value is (179,51,26). Sum of RGB (Red+Green+Blue) = 179+51+26=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3331A is #4CCCE5. Grayscale: #565656. Windows color (decimal): -5033190 or 1717171. OLE color: 1717171.

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

Color convert

RGB1795126-
CMYK00.720.850.30
HSL9.8º74.63%40.2%-
HSV(B)9.8º85.47%70.2%-
XYZ19.9612.032.25-
YUV86.4293.91194.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.92%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=69.92%
G=19.92%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179512600.720.850.309.874.6340.2
HexB3331A048551Ea4b28
Octal26363320110125361211350
Binary10110011110011110100100100010101011111010101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3331A; }

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

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

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

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

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

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

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

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