#B34602

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

Shades of Rust #B34602

Tints of Rust #B34602

Color information

#B34602 (or 0xB34602) is unknown color: approx Rust. HEX triplet: B3, 46 and 02. RGB value is (179,70,2). Sum of RGB (Red+Green+Blue) = 179+70+2=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B34602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34602 is #4CB9FD. Grayscale: #5F5F5F. Windows color (decimal): -5028350 or 149171. OLE color: 149171.

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

Color convert

RGB179702-
CMYK00.610.990.30
HSL23.05º97.79%35.49%-
HSV(B)23.05º98.88%70.2%-
XYZ20.7913.971.66-
YUV94.8475.61188.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.31%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=71.31%
G=27.89%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17970200.610.990.3023.0597.7935.49
HexB346203D631E176223
Octal2631062075143362714243
Binary101100111000110100111101110001111110101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34602; }

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

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

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

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

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

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

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

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