#b8550f

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

Shades of Rust #B8550F

Tints of Rust #B8550F

Color information

#B8550F (or 0xB8550F) is unknown color: approx Rust. HEX triplet: B8, 55 and 0F. RGB value is (184,85,15). Sum of RGB (Red+Green+Blue) = 184+85+15=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8550F is #47AAF0. Grayscale: #6B6B6B. Windows color (decimal): -4696817 or 1004984. OLE color: 1004984.

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

Color convert

RGB1848515-
CMYK00.540.920.28
HSL24.85º84.92%39.02%-
HSV(B)24.85º91.85%72.16%-
XYZ23.116.722.46-
YUV106.6276.3183.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=64.79%
G=29.93%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184851500.540.920.2824.8584.9239.02
HexB855F0365C1C195527
Octal27012517066134343112547
Binary10111000101010111110110110101110011100110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8550f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8550f; }

 p { color: rgb(184,85,15); }

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

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

 a { background-color: rgb(184,85,15); }

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

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

 span { border-color: rgb(184,85,15); }

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