#B33F19

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

Shades of Rust #B33F19

Tints of Rust #B33F19

Color information

#B33F19 (or 0xB33F19) is unknown color: approx Rust. HEX triplet: B3, 3F and 19. RGB value is (179,63,25). Sum of RGB (Red+Green+Blue) = 179+63+25=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F19 is #4CC0E6. Grayscale: #5D5D5D. Windows color (decimal): -5030119 or 1654707. OLE color: 1654707.

HSL color Cylindrical-coordinate representation of color #B33F19: hue angle of 14.81º 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 #B33F19 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1796325-
CMYK00.650.860.30
HSL14.81º75.49%40%-
HSV(B)14.81º86.03%70.2%-
XYZ20.5413.212.39-
YUV93.3589.43189.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=67.04%
G=23.60%
B=9.36%

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
Decimal179632500.650.860.3014.8175.4940
HexB33F19041561Ef4b28
Octal26377310101126361711350
Binary10110011111111110010100000110101101111011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33F19; }

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

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

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

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

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

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

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

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