#B33D1E

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

Shades of Rust #B33D1E

Tints of Rust #B33D1E

Color information

#B33D1E (or 0xB33D1E) is unknown color: approx Rust. HEX triplet: B3, 3D and 1E. RGB value is (179,61,30). Sum of RGB (Red+Green+Blue) = 179+61+30=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D1E is #4CC2E1. Grayscale: #5C5C5C. Windows color (decimal): -5030626 or 1981875. OLE color: 1981875.

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

Color convert

RGB1796130-
CMYK00.660.830.30
HSL12.48º71.29%40.98%-
HSV(B)12.48º83.24%70.2%-
XYZ20.4913.012.66-
YUV92.7592.59189.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.30%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=66.30%
G=22.59%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179613000.660.830.3012.4871.2940.98
HexB33D1E042531Ec4729
Octal26375360102123361410751
Binary10110011111101111100100001010100111111011001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D1E; }

 p { color: rgb(179,61,30); }

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

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

 a { background-color: rgb(179,61,30); }

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

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

 span { border-color: rgb(179,61,30); }

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