#B12900

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

Shades of Rust #B12900

Tints of Rust #B12900

Color information

#B12900 (or 0xB12900) is unknown color: approx Rust. HEX triplet: B1, 29 and 00. RGB value is (177,41,0). Sum of RGB (Red+Green+Blue) = 177+41+0=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B12900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12900 is #4ED6FF. Grayscale: #4D4D4D. Windows color (decimal): -5166848 or 10673. OLE color: 10673.

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

Color convert

RGB177410-
CMYK00.7710.31
HSL13.9º100%34.71%-
HSV(B)13.9º100%69.41%-
XYZ18.9210.931.11-
YUV76.9984.56199.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.19%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.19%
G=18.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17741000.7710.3113.910034.71
HexB129004D641Fe6423
Octal2615100115144371614443
Binary1011000110100100100110111001001111111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12900; }

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

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

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

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

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

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

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

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