#B1450A

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

Shades of Rust #B1450A

Tints of Rust #B1450A

Color information

#B1450A (or 0xB1450A) is unknown color: approx Rust. HEX triplet: B1, 45 and 0A. RGB value is (177,69,10). Sum of RGB (Red+Green+Blue) = 177+69+10=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1450A is #4EBAF5. Grayscale: #5E5E5E. Windows color (decimal): -5159670 or 673201. OLE color: 673201.

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

Color convert

RGB1776910-
CMYK00.610.940.31
HSL21.2º89.3%36.67%-
HSV(B)21.2º94.35%69.41%-
XYZ20.3113.631.85-
YUV94.5780.28186.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.14%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=69.14%
G=26.95%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177691000.610.940.3121.289.336.67
HexB145A03D5E1F155925
Octal26110512075136372513145
Binary10110001100010110100111101101111011111101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1450A; }

 p { color: rgb(177,69,10); }

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

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

 a { background-color: rgb(177,69,10); }

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

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

 span { border-color: rgb(177,69,10); }

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