#B15102

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

Shades of Rust #B15102

Tints of Rust #B15102

Color information

#B15102 (or 0xB15102) is unknown color: approx Rust. HEX triplet: B1, 51 and 02. RGB value is (177,81,2). Sum of RGB (Red+Green+Blue) = 177+81+2=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B15102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15102 is #4EAEFD. Grayscale: #656565. Windows color (decimal): -5156606 or 151985. OLE color: 151985.

HSL color Cylindrical-coordinate representation of color #B15102: hue angle of 27.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15102 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB177812-
CMYK00.540.990.31
HSL27.09º97.77%35.1%-
HSV(B)27.09º98.87%69.41%-
XYZ21.0815.241.89-
YUV100.772.3182.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=68.08%
G=31.15%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17781200.540.990.3127.0997.7735.1
HexB1512036631F1b6223
Octal2611212066143373314243
Binary101100011010001100110110110001111111110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15102; }

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

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

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

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

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

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

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

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