#B12F13

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

Shades of Rust #B12F13

Tints of Rust #B12F13

Color information

#B12F13 (or 0xB12F13) is unknown color: approx Rust. HEX triplet: B1, 2F and 13. RGB value is (177,47,19). Sum of RGB (Red+Green+Blue) = 177+47+19=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12F13 is #4ED0EC. Grayscale: #525252. Windows color (decimal): -5165293 or 1257393. OLE color: 1257393.

HSL color Cylindrical-coordinate representation of color #B12F13: hue angle of 10.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B12F13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1774719-
CMYK00.730.890.31
HSL10.63º80.61%38.43%-
HSV(B)10.63º89.27%69.41%-
XYZ19.2711.431.81-
YUV82.6892.07195.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=72.84%
G=19.34%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177471900.730.890.3110.6380.6138.43
HexB12F13049591Fb5126
Octal26157230111131371312146
Binary10110001101111100110100100110110011111110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F13; }

 p { color: rgb(177,47,19); }

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

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

 a { background-color: rgb(177,47,19); }

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

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

 span { border-color: rgb(177,47,19); }

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