#B3310A

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

Shades of Rust #B3310A

Tints of Rust #B3310A

Color information

#B3310A (or 0xB3310A) is unknown color: approx Rust. HEX triplet: B3, 31 and 0A. RGB value is (179,49,10). Sum of RGB (Red+Green+Blue) = 179+49+10=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B3310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3310A is #4CCEF5. Grayscale: #535353. Windows color (decimal): -5033718 or 668083. OLE color: 668083.

HSL color Cylindrical-coordinate representation of color #B3310A: hue angle of 13.85º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3310A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1794910-
CMYK00.730.940.30
HSL13.85º89.42%37.06%-
HSV(B)13.85º94.41%70.2%-
XYZ19.7411.81.52-
YUV83.4286.57196.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.21%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=75.21%
G=20.59%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179491000.730.940.3013.8589.4237.06
HexB331A0495E1Ee5925
Octal26361120111136361613145
Binary1011001111000110100100100110111101111011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3310A; }

 p { color: rgb(179,49,10); }

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

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

 a { background-color: rgb(179,49,10); }

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

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

 span { border-color: rgb(179,49,10); }

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