#B12E00

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

Shades of Rust #B12E00

Tints of Rust #B12E00

Color information

#B12E00 (or 0xB12E00) is unknown color: approx Rust. HEX triplet: B1, 2E and 00. RGB value is (177,46,0). Sum of RGB (Red+Green+Blue) = 177+46+0=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E00 is #4ED1FF. Grayscale: #505050. Windows color (decimal): -5165568 or 11953. OLE color: 11953.

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

Color convert

RGB177460-
CMYK00.7410.31
HSL15.59º100%34.71%-
HSV(B)15.59º100%69.41%-
XYZ19.1111.31.17-
YUV79.9282.9197.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.37%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.37%
G=20.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17746000.7410.3115.5910034.71
HexB12E004A641F106423
Octal2615600112144372014443
Binary10110001101110001001010110010011111100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E00; }

 p { color: rgb(177,46,0); }

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

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

 a { background-color: rgb(177,46,0); }

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

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

 span { border-color: rgb(177,46,0); }

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