#B1421A

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

Shades of Rust #B1421A

Tints of Rust #B1421A

Color information

#B1421A (or 0xB1421A) is unknown color: approx Rust. HEX triplet: B1, 42 and 1A. RGB value is (177,66,26). Sum of RGB (Red+Green+Blue) = 177+66+26=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1421A is #4EBDE5. Grayscale: #5E5E5E. Windows color (decimal): -5160422 or 1721009. OLE color: 1721009.

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

Color convert

RGB1776626-
CMYK00.630.850.31
HSL15.89º74.38%39.8%-
HSV(B)15.89º85.31%69.41%-
XYZ20.2713.322.48-
YUV94.6389.27186.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=65.80%
G=24.54%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177662600.630.850.3115.8974.3839.8
HexB1421A03F551F104a28
Octal26110232077125372011250
Binary101100011000010110100111111101010111111100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1421A; }

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

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

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

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

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

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

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

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