#B7480A

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

Shades of Rust #B7480A

Tints of Rust #B7480A

Color information

#B7480A (or 0xB7480A) is unknown color: approx Rust. HEX triplet: B7, 48 and 0A. RGB value is (183,72,10). Sum of RGB (Red+Green+Blue) = 183+72+10=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7480A is #48B7F5. Grayscale: #626262. Windows color (decimal): -4765686 or 673975. OLE color: 673975.

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

Color convert

RGB1837210-
CMYK00.610.950.28
HSL21.5º89.64%37.84%-
HSV(B)21.5º94.54%71.76%-
XYZ21.914.721.97-
YUV98.1278.27188.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=69.06%
G=27.17%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183721000.610.950.2821.589.6437.84
HexB748A03D5F1C165a26
Octal26711012075137342613246
Binary10110111100100010100111101101111111100101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7480A; }

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

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

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

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

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

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

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

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