#B84521

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

Shades of Rust #B84521

Tints of Rust #B84521

Color information

#B84521 (or 0xB84521) is unknown color: approx Rust. HEX triplet: B8, 45 and 21. RGB value is (184,69,33). Sum of RGB (Red+Green+Blue) = 184+69+33=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B84521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84521 is #47BADE. Grayscale: #636363. Windows color (decimal): -4700895 or 2180536. OLE color: 2180536.

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

Color convert

RGB1846933-
CMYK00.620.820.28
HSL14.3º69.59%42.55%-
HSV(B)14.3º82.07%72.16%-
XYZ22.1714.563.08-
YUV99.2890.6188.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.34%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=64.34%
G=24.13%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184693300.620.820.2814.369.5942.55
HexB8452103E521Ce462b
Octal27010541076122341610653
Binary101110001000101100001011111010100101110011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84521; }

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

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

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

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

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

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

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

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