#B04B09

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

Shades of Rust #B04B09

Tints of Rust #B04B09

Color information

#B04B09 (or 0xB04B09) is unknown color: approx Rust. HEX triplet: B0, 4B and 09. RGB value is (176,75,9). Sum of RGB (Red+Green+Blue) = 176+75+9=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04B09 is #4FB4F6. Grayscale: #626262. Windows color (decimal): -5223671 or 609200. OLE color: 609200.

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

Color convert

RGB176759-
CMYK00.570.950.31
HSL23.71º90.27%36.27%-
HSV(B)23.71º94.89%69.02%-
XYZ20.4714.281.94-
YUV97.6877.96183.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 9 (3.91% from 255) = 3.46%
R=67.69%
G=28.85%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17675900.570.950.3123.7190.2736.27
HexB04B90395F1F185a24
Octal26011311071137373013244
Binary10110000100101110010111001101111111111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B09; }

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

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

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

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

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

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

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

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