#b7461a

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

Shades of Rust #B7461A

Tints of Rust #B7461A

Color information

#B7461A (or 0xB7461A) is unknown color: approx Rust. HEX triplet: B7, 46 and 1A. RGB value is (183,70,26). Sum of RGB (Red+Green+Blue) = 183+70+26=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461A is #48B9E5. Grayscale: #636363. Windows color (decimal): -4766182 or 1722039. OLE color: 1722039.

HSL color Cylindrical-coordinate representation of color #B7461A: hue angle of 16.82º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7461A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1837026-
CMYK00.620.860.28
HSL16.82º75.12%40.98%-
HSV(B)16.82º85.79%71.76%-
XYZ21.9114.522.63-
YUV98.7786.94188.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=65.59%
G=25.09%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183702600.620.860.2816.8275.1240.98
HexB7461A03E561C114b29
Octal26710632076126342111351
Binary101101111000110110100111110101011011100100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7461a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7461a; }

 p { color: rgb(183,70,26); }

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

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

 a { background-color: rgb(183,70,26); }

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

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

 span { border-color: rgb(183,70,26); }

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