#B33A13

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

Shades of Rust #B33A13

Tints of Rust #B33A13

Color information

#B33A13 (or 0xB33A13) is unknown color: approx Rust. HEX triplet: B3, 3A and 13. RGB value is (179,58,19). Sum of RGB (Red+Green+Blue) = 179+58+19=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A13 is #4CC5EC. Grayscale: #5A5A5A. Windows color (decimal): -5031405 or 1260211. OLE color: 1260211.

HSL color Cylindrical-coordinate representation of color #B33A13: hue angle of 14.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B33A13 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB1795819-
CMYK00.680.890.30
HSL14.62º80.81%38.82%-
HSV(B)14.62º89.39%70.2%-
XYZ20.2212.661.99-
YUV89.7388.09191.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.92%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 19 (7.81% from 255) = 7.42%
R=69.92%
G=22.66%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179581900.680.890.3014.6280.8138.82
HexB33A13044591Ef5127
Octal26372230104131361712147
Binary10110011111010100110100010010110011111011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A13; }

 p { color: rgb(179,58,19); }

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

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

 a { background-color: rgb(179,58,19); }

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

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

 span { border-color: rgb(179,58,19); }

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