#B84E0C

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

Shades of Rust #B84E0C

Tints of Rust #B84E0C

Color information

#B84E0C (or 0xB84E0C) is unknown color: approx Rust. HEX triplet: B8, 4E and 0C. RGB value is (184,78,12). Sum of RGB (Red+Green+Blue) = 184+78+12=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84E0C is #47B1F3. Grayscale: #666666. Windows color (decimal): -4698612 or 806584. OLE color: 806584.

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

Color convert

RGB1847812-
CMYK00.580.930.28
HSL23.02º87.76%38.43%-
HSV(B)23.02º93.48%72.16%-
XYZ22.5615.672.18-
YUV102.1777.12186.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=67.15%
G=28.47%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184781200.580.930.2823.0287.7638.43
HexB84EC03A5D1C175826
Octal27011614072135342713046
Binary10111000100111011000111010101110111100101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84E0C; }

 p { color: rgb(184,78,12); }

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

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

 a { background-color: rgb(184,78,12); }

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

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

 span { border-color: rgb(184,78,12); }

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