#B35002

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

Shades of Rust #B35002

Tints of Rust #B35002

Color information

#B35002 (or 0xB35002) is unknown color: approx Rust. HEX triplet: B3, 50 and 02. RGB value is (179,80,2). Sum of RGB (Red+Green+Blue) = 179+80+2=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B35002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35002 is #4CAFFD. Grayscale: #656565. Windows color (decimal): -5025790 or 151731. OLE color: 151731.

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

Color convert

RGB179802-
CMYK00.550.990.30
HSL26.44º97.79%35.49%-
HSV(B)26.44º98.88%70.2%-
XYZ21.4715.331.88-
YUV100.7172.3183.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.58%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=68.58%
G=30.65%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17980200.550.990.3026.4497.7935.49
HexB3502037631E1a6223
Octal2631202067143363214243
Binary101100111010000100110111110001111110110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35002; }

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

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

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

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

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

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

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

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