#B34018

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

Shades of Rust #B34018

Tints of Rust #B34018

Color information

#B34018 (or 0xB34018) is unknown color: approx Rust. HEX triplet: B3, 40 and 18. RGB value is (179,64,24). Sum of RGB (Red+Green+Blue) = 179+64+24=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34018 is #4CBFE7. Grayscale: #5E5E5E. Windows color (decimal): -5029864 or 1589427. OLE color: 1589427.

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

Color convert

RGB1796424-
CMYK00.640.870.30
HSL15.48º76.35%39.8%-
HSV(B)15.48º86.59%70.2%-
XYZ20.5913.322.35-
YUV93.8288.6188.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=67.04%
G=23.97%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179642400.640.870.3015.4876.3539.8
HexB34018040571Ef4c28
Octal263100300100127361711450
Binary101100111000000110000100000010101111111011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34018; }

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

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

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

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

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

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

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

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