#B33D0B

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

Shades of Rust #B33D0B

Tints of Rust #B33D0B

Color information

#B33D0B (or 0xB33D0B) is unknown color: approx Rust. HEX triplet: B3, 3D and 0B. RGB value is (179,61,11). Sum of RGB (Red+Green+Blue) = 179+61+11=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D0B is #4CC2F4. Grayscale: #5A5A5A. Windows color (decimal): -5030645 or 736691. OLE color: 736691.

HSL color Cylindrical-coordinate representation of color #B33D0B: hue angle of 17.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B33D0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1796111-
CMYK00.660.940.30
HSL17.86º88.42%37.25%-
HSV(B)17.86º93.85%70.2%-
XYZ20.3212.951.74-
YUV90.5883.09191.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.31%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=71.31%
G=24.30%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179611100.660.940.3017.8688.4237.25
HexB33DB0425E1E125825
Octal26375130102136362213045
Binary10110011111101101101000010101111011110100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D0B; }

 p { color: rgb(179,61,11); }

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

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

 a { background-color: rgb(179,61,11); }

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

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

 span { border-color: rgb(179,61,11); }

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