#B12905

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

Shades of Rust #B12905

Tints of Rust #B12905

Color information

#B12905 (or 0xB12905) is unknown color: approx Rust. HEX triplet: B1, 29 and 05. RGB value is (177,41,5). Sum of RGB (Red+Green+Blue) = 177+41+5=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12905 is #4ED6FA. Grayscale: #4D4D4D. Windows color (decimal): -5166843 or 338353. OLE color: 338353.

HSL color Cylindrical-coordinate representation of color #B12905: hue angle of 12.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B12905 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177415-
CMYK00.770.970.31
HSL12.56º94.51%35.69%-
HSV(B)12.56º97.18%69.41%-
XYZ18.9510.941.26-
YUV77.5687.06198.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.37%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=79.37%
G=18.39%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17741500.770.970.3112.5694.5135.69
HexB129504D611Fd5f24
Octal2615150115141371513744
Binary101100011010011010100110111000011111111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12905; }

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

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

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

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

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

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

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

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