#B12902

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

Shades of Rust #B12902

Tints of Rust #B12902

Color information

#B12902 (or 0xB12902) is unknown color: approx Rust. HEX triplet: B1, 29 and 02. RGB value is (177,41,2). Sum of RGB (Red+Green+Blue) = 177+41+2=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B12902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12902 is #4ED6FD. Grayscale: #4D4D4D. Windows color (decimal): -5166846 or 141745. OLE color: 141745.

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

Color convert

RGB177412-
CMYK00.770.990.31
HSL13.37º97.77%35.1%-
HSV(B)13.37º98.87%69.41%-
XYZ18.9410.941.17-
YUV77.2285.56199.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.45%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=80.45%
G=18.64%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17741200.770.990.3113.3797.7735.1
HexB129204D631Fd6223
Octal2615120115143371514243
Binary10110001101001100100110111000111111111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12902; }

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

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

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

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

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

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

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

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