#B1421E

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

Shades of Rust #B1421E

Tints of Rust #B1421E

Color information

#B1421E (or 0xB1421E) is unknown color: approx Rust. HEX triplet: B1, 42 and 1E. RGB value is (177,66,30). Sum of RGB (Red+Green+Blue) = 177+66+30=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1421E is #4EBDE1. Grayscale: #5F5F5F. Windows color (decimal): -5160418 or 1983153. OLE color: 1983153.

HSL color Cylindrical-coordinate representation of color #B1421E: hue angle of 14.69º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1421E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1776630-
CMYK00.630.830.31
HSL14.69º71.01%40.59%-
HSV(B)14.69º83.05%69.41%-
XYZ20.3113.342.73-
YUV95.0891.27186.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=64.84%
G=24.18%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177663000.630.830.3114.6971.0140.59
HexB1421E03F531Ff4729
Octal26110236077123371710751
Binary10110001100001011110011111110100111111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1421E; }

 p { color: rgb(177,66,30); }

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

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

 a { background-color: rgb(177,66,30); }

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

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

 span { border-color: rgb(177,66,30); }

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