#B33B01

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

Shades of Rust #B33B01

Tints of Rust #B33B01

Color information

#B33B01 (or 0xB33B01) is unknown color: approx Rust. HEX triplet: B3, 3B and 01. RGB value is (179,59,1). Sum of RGB (Red+Green+Blue) = 179+59+1=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B01 is #4CC4FE. Grayscale: #585858. Windows color (decimal): -5031167 or 80819. OLE color: 80819.

HSL color Cylindrical-coordinate representation of color #B33B01: hue angle of 19.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33B01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179591-
CMYK00.670.990.30
HSL19.55º98.89%35.29%-
HSV(B)19.55º99.44%70.2%-
XYZ20.1612.711.42-
YUV88.2778.76192.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=74.90%
G=24.69%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17959100.670.990.3019.5598.8935.29
HexB33B1043631E146323
Octal2637310103143362414343
Binary10110011111011101000011110001111110101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B01; }

 p { color: rgb(179,59,1); }

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

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

 a { background-color: rgb(179,59,1); }

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

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

 span { border-color: rgb(179,59,1); }

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