#B33D21

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

Shades of Rust #B33D21

Tints of Rust #B33D21

Color information

#B33D21 (or 0xB33D21) is unknown color: approx Rust. HEX triplet: B3, 3D and 21. RGB value is (179,61,33). Sum of RGB (Red+Green+Blue) = 179+61+33=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D21 is #4CC2DE. Grayscale: #5D5D5D. Windows color (decimal): -5030623 or 2178483. OLE color: 2178483.

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

Color convert

RGB1796133-
CMYK00.660.820.30
HSL11.51º68.87%41.57%-
HSV(B)11.51º81.56%70.2%-
XYZ20.5313.032.87-
YUV93.0994.09189.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.57%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=65.57%
G=22.34%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179613300.660.820.3011.5168.8741.57
HexB33D21042521Ec452a
Octal26375410102122361410552
Binary101100111111011000010100001010100101111011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D21; }

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

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

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

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

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

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

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

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