#B34A02

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

Shades of Rust #B34A02

Tints of Rust #B34A02

Color information

#B34A02 (or 0xB34A02) is unknown color: approx Rust. HEX triplet: B3, 4A and 02. RGB value is (179,74,2). Sum of RGB (Red+Green+Blue) = 179+74+2=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A02 is #4CB5FD. Grayscale: #616161. Windows color (decimal): -5027326 or 150195. OLE color: 150195.

HSL color Cylindrical-coordinate representation of color #B34A02: hue angle of 24.41º degrees, saturation: 0.98, 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 #B34A02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179742-
CMYK00.590.990.30
HSL24.41º97.79%35.49%-
HSV(B)24.41º98.88%70.2%-
XYZ21.0514.491.74-
YUV97.1974.29186.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=70.20%
G=29.02%
B=0.78%

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
Decimal17974200.590.990.3024.4197.7935.49
HexB34A203B631E186223
Octal2631122073143363014243
Binary101100111001010100111011110001111110110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A02; }

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

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

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

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

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

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

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

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