#B7401F

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

Shades of Rust #B7401F

Tints of Rust #B7401F

Color information

#B7401F (or 0xB7401F) is unknown color: approx Rust. HEX triplet: B7, 40 and 1F. RGB value is (183,64,31). Sum of RGB (Red+Green+Blue) = 183+64+31=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401F is #48BFE0. Grayscale: #606060. Windows color (decimal): -4767713 or 2048183. OLE color: 2048183.

HSL color Cylindrical-coordinate representation of color #B7401F: hue angle of 13.03º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7401F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1836431-
CMYK00.650.830.28
HSL13.03º71.03%41.96%-
HSV(B)13.03º83.06%71.76%-
XYZ21.6113.832.83-
YUV95.8291.42190.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=65.83%
G=23.02%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183643100.650.830.2813.0371.0341.96
HexB7401F041531Cd472a
Octal267100370101123341510752
Binary101101111000000111110100000110100111110011011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7401F; }

 p { color: rgb(183,64,31); }

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

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

 a { background-color: rgb(183,64,31); }

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

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

 span { border-color: rgb(183,64,31); }

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