#B7490A

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

Shades of Rust #B7490A

Tints of Rust #B7490A

Color information

#B7490A (or 0xB7490A) is unknown color: approx Rust. HEX triplet: B7, 49 and 0A. RGB value is (183,73,10). Sum of RGB (Red+Green+Blue) = 183+73+10=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7490A is #48B6F5. Grayscale: #636363. Windows color (decimal): -4765430 or 674231. OLE color: 674231.

HSL color Cylindrical-coordinate representation of color #B7490A: hue angle of 21.85º 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 #B7490A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1837310-
CMYK00.600.950.28
HSL21.85º89.64%37.84%-
HSV(B)21.85º94.54%71.76%-
XYZ21.9714.852-
YUV98.7177.94188.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=68.80%
G=27.44%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183731000.600.950.2821.8589.6437.84
HexB749A03C5F1C165a26
Octal26711112074137342613246
Binary10110111100100110100111100101111111100101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7490A; }

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

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

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

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

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

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

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

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