#B34019

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

Shades of Rust #B34019

Tints of Rust #B34019

Color information

#B34019 (or 0xB34019) is unknown color: approx Rust. HEX triplet: B3, 40 and 19. RGB value is (179,64,25). Sum of RGB (Red+Green+Blue) = 179+64+25=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34019 is #4CBFE6. Grayscale: #5E5E5E. Windows color (decimal): -5029863 or 1654963. OLE color: 1654963.

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

Color convert

RGB1796425-
CMYK00.640.860.30
HSL15.19º75.49%40%-
HSV(B)15.19º86.03%70.2%-
XYZ20.613.322.41-
YUV93.9489.1188.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.79%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=66.79%
G=23.88%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179642500.640.860.3015.1975.4940
HexB34019040561Ef4b28
Octal263100310100126361711350
Binary101100111000000110010100000010101101111011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34019; }

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

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

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

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

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

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

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

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