#b12400

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

Shades of Rust #B12400

Tints of Rust #B12400

Color information

#B12400 (or 0xB12400) is unknown color: approx Rust. HEX triplet: B1, 24 and 00. RGB value is (177,36,0). Sum of RGB (Red+Green+Blue) = 177+36+0=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B12400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12400 is #4EDBFF. Grayscale: #4A4A4A. Windows color (decimal): -5168128 or 9393. OLE color: 9393.

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

Color convert

RGB177360-
CMYK00.8010.31
HSL12.2º100%34.71%-
HSV(B)12.2º100%69.41%-
XYZ18.7610.611.06-
YUV74.0586.21201.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.10%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.10%
G=16.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17736000.8010.3112.210034.71
HexB1240050641Fc6423
Octal2614400120144371414443
Binary1011000110010000101000011001001111111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b12400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b12400; }

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

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

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

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

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

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

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

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