#B33C13

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

Shades of Rust #B33C13

Tints of Rust #B33C13

Color information

#B33C13 (or 0xB33C13) is unknown color: approx Rust. HEX triplet: B3, 3C and 13. RGB value is (179,60,19). Sum of RGB (Red+Green+Blue) = 179+60+19=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C13 is #4CC3EC. Grayscale: #5B5B5B. Windows color (decimal): -5030893 or 1260723. OLE color: 1260723.

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

Color convert

RGB1796019-
CMYK00.660.890.30
HSL15.38º80.81%38.82%-
HSV(B)15.38º89.39%70.2%-
XYZ20.3212.862.03-
YUV90.9187.42190.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.38%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=69.38%
G=23.26%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179601900.660.890.3015.3880.8138.82
HexB33C13042591Ef5127
Octal26374230102131361712147
Binary10110011111100100110100001010110011111011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C13; }

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

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

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

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

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

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

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

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