#B8530E

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

Shades of Rust #B8530E

Tints of Rust #B8530E

Color information

#B8530E (or 0xB8530E) is unknown color: approx Rust. HEX triplet: B8, 53 and 0E. RGB value is (184,83,14). Sum of RGB (Red+Green+Blue) = 184+83+14=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8530E is #47ACF1. Grayscale: #696969. Windows color (decimal): -4697330 or 938936. OLE color: 938936.

HSL color Cylindrical-coordinate representation of color #B8530E: hue angle of 24.35º degrees, saturation: 0.86, 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 #B8530E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1848314-
CMYK00.550.920.28
HSL24.35º85.86%38.82%-
HSV(B)24.35º92.39%72.16%-
XYZ22.9416.412.37-
YUV105.3376.46184.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.48%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=65.48%
G=29.54%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184831400.550.920.2824.3585.8638.82
HexB853E0375C1C185627
Octal27012316067134343012647
Binary10111000101001111100110111101110011100110001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8530E; }

 p { color: rgb(184,83,14); }

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

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

 a { background-color: rgb(184,83,14); }

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

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

 span { border-color: rgb(184,83,14); }

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