#B33E19

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

Shades of Rust #B33E19

Tints of Rust #B33E19

Color information

#B33E19 (or 0xB33E19) is unknown color: approx Rust. HEX triplet: B3, 3E and 19. RGB value is (179,62,25). Sum of RGB (Red+Green+Blue) = 179+62+25=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33E19 is #4CC1E6. Grayscale: #5D5D5D. Windows color (decimal): -5030375 or 1654451. OLE color: 1654451.

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

Color convert

RGB1796225-
CMYK00.650.860.30
HSL14.42º75.49%40%-
HSV(B)14.42º86.03%70.2%-
XYZ20.4913.12.37-
YUV92.7689.76189.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.29%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=67.29%
G=23.31%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179622500.650.860.3014.4275.4940
HexB33E19041561Ee4b28
Octal26376310101126361611350
Binary10110011111110110010100000110101101111011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E19; }

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

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

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

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

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

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

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

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