#B03909

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

Shades of Rust #B03909

Tints of Rust #B03909

Color information

#B03909 (or 0xB03909) is unknown color: approx Rust. HEX triplet: B0, 39 and 09. RGB value is (176,57,9). Sum of RGB (Red+Green+Blue) = 176+57+9=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B03909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03909 is #4FC6F6. Grayscale: #575757. Windows color (decimal): -5228279 or 604592. OLE color: 604592.

HSL color Cylindrical-coordinate representation of color #B03909: hue angle of 17.25º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B03909 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB176579-
CMYK00.680.950.31
HSL17.25º90.27%36.27%-
HSV(B)17.25º94.89%69.02%-
XYZ19.4212.181.59-
YUV87.1183.92191.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=72.73%
G=23.55%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17657900.680.950.3117.2590.2736.27
HexB03990445F1F115a24
Octal26071110104137372113244
Binary10110000111001100101000100101111111111100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03909; }

 p { color: rgb(176,57,9); }

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

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

 a { background-color: rgb(176,57,9); }

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

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

 span { border-color: rgb(176,57,9); }

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