#b7540a

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

Shades of Rust #B7540A

Tints of Rust #B7540A

Color information

#B7540A (or 0xB7540A) is unknown color: approx Rust. HEX triplet: B7, 54 and 0A. RGB value is (183,84,10). Sum of RGB (Red+Green+Blue) = 183+84+10=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540A is #48ABF5. Grayscale: #696969. Windows color (decimal): -4762614 or 677047. OLE color: 677047.

HSL color Cylindrical-coordinate representation of color #B7540A: hue angle of 25.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7540A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1838410-
CMYK00.540.950.28
HSL25.66º89.64%37.84%-
HSV(B)25.66º94.54%71.76%-
XYZ22.7516.432.26-
YUV105.1674.3183.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=66.06%
G=30.32%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183841000.540.950.2825.6689.6437.84
HexB754A0365F1C1a5a26
Octal26712412066137343213246
Binary10110111101010010100110110101111111100110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7540a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7540a; }

 p { color: rgb(183,84,10); }

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

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

 a { background-color: rgb(183,84,10); }

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

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

 span { border-color: rgb(183,84,10); }

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