#B33E04

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

Shades of Rust #B33E04

Tints of Rust #B33E04

Color information

#B33E04 (or 0xB33E04) is unknown color: approx Rust. HEX triplet: B3, 3E and 04. RGB value is (179,62,4). Sum of RGB (Red+Green+Blue) = 179+62+4=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E04 is #4CC1FB. Grayscale: #5A5A5A. Windows color (decimal): -5030396 or 278195. OLE color: 278195.

HSL color Cylindrical-coordinate representation of color #B33E04: hue angle of 19.89º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B33E04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179624-
CMYK00.650.980.30
HSL19.89º95.63%35.88%-
HSV(B)19.89º97.77%70.2%-
XYZ20.3313.041.56-
YUV90.3779.26191.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=73.06%
G=25.31%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17962400.650.980.3019.8995.6335.88
HexB33E4041621E146024
Octal2637640101142362414044
Binary1011001111111010001000001110001011110101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E04; }

 p { color: rgb(179,62,4); }

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

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

 a { background-color: rgb(179,62,4); }

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

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

 span { border-color: rgb(179,62,4); }

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