#B35102

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

Shades of Rust #B35102

Tints of Rust #B35102

Color information

#B35102 (or 0xB35102) is unknown color: approx Rust. HEX triplet: B3, 51 and 02. RGB value is (179,81,2). Sum of RGB (Red+Green+Blue) = 179+81+2=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B35102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35102 is #4CAEFD. Grayscale: #656565. Windows color (decimal): -5025534 or 151987. OLE color: 151987.

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

Color convert

RGB179812-
CMYK00.550.990.30
HSL26.78º97.79%35.49%-
HSV(B)26.78º98.88%70.2%-
XYZ21.5415.471.91-
YUV101.371.97183.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=68.32%
G=30.92%
B=0.76%

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
Decimal17981200.550.990.3026.7897.7935.49
HexB3512037631E1b6223
Octal2631212067143363314243
Binary101100111010001100110111110001111110110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35102; }

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

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

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

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

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

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

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

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