#B84516

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

Shades of Rust #B84516

Tints of Rust #B84516

Color information

#B84516 (or 0xB84516) is unknown color: approx Rust. HEX triplet: B8, 45 and 16. RGB value is (184,69,22). Sum of RGB (Red+Green+Blue) = 184+69+22=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B84516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84516 is #47BAE9. Grayscale: #626262. Windows color (decimal): -4700906 or 1459640. OLE color: 1459640.

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

Color convert

RGB1846922-
CMYK00.620.880.28
HSL17.41º78.64%40.39%-
HSV(B)17.41º88.04%72.16%-
XYZ22.0414.52.4-
YUV98.0385.1189.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 22 (8.98% from 255) = 8%
R=66.91%
G=25.09%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184692200.620.880.2817.4178.6440.39
HexB8451603E581C114f28
Octal27010526076130342111750
Binary101110001000101101100111110101100011100100011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84516; }

 p { color: rgb(184,69,22); }

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

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

 a { background-color: rgb(184,69,22); }

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

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

 span { border-color: rgb(184,69,22); }

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