#B34009

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

Shades of Rust #B34009

Tints of Rust #B34009

Color information

#B34009 (or 0xB34009) is unknown color: approx Rust. HEX triplet: B3, 40 and 09. RGB value is (179,64,9). Sum of RGB (Red+Green+Blue) = 179+64+9=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34009 is #4CBFF6. Grayscale: #5C5C5C. Windows color (decimal): -5029879 or 606387. OLE color: 606387.

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

Color convert

RGB179649-
CMYK00.640.950.30
HSL19.41º90.43%36.86%-
HSV(B)19.41º94.97%70.2%-
XYZ20.4713.271.74-
YUV92.1281.1189.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=71.03%
G=25.40%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17964900.640.950.3019.4190.4336.86
HexB34090405F1E135a25
Octal263100110100137362313245
Binary101100111000000100101000000101111111110100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34009; }

 p { color: rgb(179,64,9); }

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

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

 a { background-color: rgb(179,64,9); }

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

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

 span { border-color: rgb(179,64,9); }

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