#B03809

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

Shades of Rust #B03809

Tints of Rust #B03809

Color information

#B03809 (or 0xB03809) is unknown color: approx Rust. HEX triplet: B0, 38 and 09. RGB value is (176,56,9). Sum of RGB (Red+Green+Blue) = 176+56+9=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B03809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03809 is #4FC7F6. Grayscale: #565656. Windows color (decimal): -5228535 or 604336. OLE color: 604336.

HSL color Cylindrical-coordinate representation of color #B03809: hue angle of 16.89º 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 #B03809 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB176569-
CMYK00.680.950.31
HSL16.89º90.27%36.27%-
HSV(B)16.89º94.89%69.02%-
XYZ19.3712.081.57-
YUV86.5284.26191.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=73.03%
G=23.24%
B=3.73%

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
Decimal17656900.680.950.3116.8990.2736.27
HexB03890445F1F115a24
Octal26070110104137372113244
Binary10110000111000100101000100101111111111100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03809; }

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

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

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

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

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

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

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

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