#B33E18

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

Shades of Rust #B33E18

Tints of Rust #B33E18

Color information

#B33E18 (or 0xB33E18) is unknown color: approx Rust. HEX triplet: B3, 3E and 18. RGB value is (179,62,24). Sum of RGB (Red+Green+Blue) = 179+62+24=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E18 is #4CC1E7. Grayscale: #5C5C5C. Windows color (decimal): -5030376 or 1588915. OLE color: 1588915.

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

Color convert

RGB1796224-
CMYK00.650.870.30
HSL14.71º76.35%39.8%-
HSV(B)14.71º86.59%70.2%-
XYZ20.4813.092.31-
YUV92.6589.26189.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=67.55%
G=23.40%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179622400.650.870.3014.7176.3539.8
HexB33E18041571Ef4c28
Octal26376300101127361711450
Binary10110011111110110000100000110101111111011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E18; }

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

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

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

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

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

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

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

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