#B33C06

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

Shades of Rust #B33C06

Tints of Rust #B33C06

Color information

#B33C06 (or 0xB33C06) is unknown color: approx Rust. HEX triplet: B3, 3C and 06. RGB value is (179,60,6). Sum of RGB (Red+Green+Blue) = 179+60+6=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C06 is #4CC3F9. Grayscale: #595959. Windows color (decimal): -5030906 or 408755. OLE color: 408755.

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

Color convert

RGB179606-
CMYK00.660.970.30
HSL18.73º93.51%36.27%-
HSV(B)18.73º96.65%70.2%-
XYZ20.2412.831.58-
YUV89.4280.92191.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=73.06%
G=24.49%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17960600.660.970.3018.7393.5136.27
HexB33C6042611E135e24
Octal2637460102141362313644
Binary1011001111110011001000010110000111110100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C06; }

 p { color: rgb(179,60,6); }

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

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

 a { background-color: rgb(179,60,6); }

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

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

 span { border-color: rgb(179,60,6); }

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