#B34A01

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

Shades of Rust #B34A01

Tints of Rust #B34A01

Color information

#B34A01 (or 0xB34A01) is unknown color: approx Rust. HEX triplet: B3, 4A and 01. RGB value is (179,74,1). Sum of RGB (Red+Green+Blue) = 179+74+1=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A01 is #4CB5FE. Grayscale: #616161. Windows color (decimal): -5027327 or 84659. OLE color: 84659.

HSL color Cylindrical-coordinate representation of color #B34A01: hue angle of 24.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B34A01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179741-
CMYK00.590.990.30
HSL24.61º98.89%35.29%-
HSV(B)24.61º99.44%70.2%-
XYZ21.0414.481.72-
YUV97.0773.79186.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.47%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=70.47%
G=29.13%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17974100.590.990.3024.6198.8935.29
HexB34A103B631E196323
Octal2631121073143363114343
Binary10110011100101010111011110001111110110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A01; }

 p { color: rgb(179,74,1); }

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

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

 a { background-color: rgb(179,74,1); }

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

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

 span { border-color: rgb(179,74,1); }

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