#B1420B

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

Shades of Rust #B1420B

Tints of Rust #B1420B

Color information

#B1420B (or 0xB1420B) is unknown color: approx Rust. HEX triplet: B1, 42 and 0B. RGB value is (177,66,11). Sum of RGB (Red+Green+Blue) = 177+66+11=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1420B is #4EBDF4. Grayscale: #5D5D5D. Windows color (decimal): -5160437 or 737969. OLE color: 737969.

HSL color Cylindrical-coordinate representation of color #B1420B: hue angle of 19.88º degrees, saturation: 0.88, 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 #B1420B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1776611-
CMYK00.630.940.31
HSL19.88º88.3%36.86%-
HSV(B)19.88º93.79%69.41%-
XYZ20.1413.271.82-
YUV92.9281.77187.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 11 (4.69% from 255) = 4.33%
R=69.69%
G=25.98%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177661100.630.940.3119.8888.336.86
HexB142B03F5E1F145825
Octal26110213077136372413045
Binary10110001100001010110111111101111011111101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1420B; }

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

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

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

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

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

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

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

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