#B03303

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

Shades of Rust #B03303

Tints of Rust #B03303

Color information

#B03303 (or 0xB03303) is unknown color: approx Rust. HEX triplet: B0, 33 and 03. RGB value is (176,51,3). Sum of RGB (Red+Green+Blue) = 176+51+3=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B03303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03303 is #4FCCFC. Grayscale: #535353. Windows color (decimal): -5229821 or 209840. OLE color: 209840.

HSL color Cylindrical-coordinate representation of color #B03303: hue angle of 16.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B03303 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176513-
CMYK00.710.980.31
HSL16.65º96.65%35.1%-
HSV(B)16.65º98.3%69.02%-
XYZ19.111.61.32-
YUV82.982.91194.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.52%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=76.52%
G=22.17%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17651300.710.980.3116.6596.6535.1
HexB0333047621F116123
Octal2606330107142372114143
Binary101100001100111101000111110001011111100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03303; }

 p { color: rgb(176,51,3); }

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

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

 a { background-color: rgb(176,51,3); }

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

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

 span { border-color: rgb(176,51,3); }

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