#B3361B

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

Shades of Rust #B3361B

Tints of Rust #B3361B

Color information

#B3361B (or 0xB3361B) is unknown color: approx Rust. HEX triplet: B3, 36 and 1B. RGB value is (179,54,27). Sum of RGB (Red+Green+Blue) = 179+54+27=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3361B is #4CC9E4. Grayscale: #585858. Windows color (decimal): -5032421 or 1783475. OLE color: 1783475.

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

Color convert

RGB1795427-
CMYK00.700.850.30
HSL10.66º73.79%40.39%-
HSV(B)10.66º84.92%70.2%-
XYZ20.1112.32.35-
YUV88.393.41192.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.85%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=68.85%
G=20.77%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179542700.700.850.3010.6673.7940.39
HexB3361B046551Eb4a28
Octal26366330106125361311250
Binary10110011110110110110100011010101011111010111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3361B; }

 p { color: rgb(179,54,27); }

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

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

 a { background-color: rgb(179,54,27); }

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

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

 span { border-color: rgb(179,54,27); }

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