#B12B0D

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

Shades of Rust #B12B0D

Tints of Rust #B12B0D

Color information

#B12B0D (or 0xB12B0D) is unknown color: approx Rust. HEX triplet: B1, 2B and 0D. RGB value is (177,43,13). Sum of RGB (Red+Green+Blue) = 177+43+13=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B0D is #4ED4F2. Grayscale: #4F4F4F. Windows color (decimal): -5166323 or 863153. OLE color: 863153.

HSL color Cylindrical-coordinate representation of color #B12B0D: hue angle of 10.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B12B0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1774313-
CMYK00.760.930.31
HSL10.98º86.32%37.25%-
HSV(B)10.98º92.66%69.41%-
XYZ19.0711.11.52-
YUV79.6590.39197.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=75.97%
G=18.45%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177431300.760.930.3110.9886.3237.25
HexB12BD04C5D1Fb5625
Octal26153150114135371312645
Binary1011000110101111010100110010111011111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B0D; }

 p { color: rgb(177,43,13); }

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

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

 a { background-color: rgb(177,43,13); }

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

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

 span { border-color: rgb(177,43,13); }

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