#B84A15

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

Shades of Rust #B84A15

Tints of Rust #B84A15

Color information

#B84A15 (or 0xB84A15) is unknown color: approx Rust. HEX triplet: B8, 4A and 15. RGB value is (184,74,21). Sum of RGB (Red+Green+Blue) = 184+74+21=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A15 is #47B5EA. Grayscale: #656565. Windows color (decimal): -4699627 or 1395384. OLE color: 1395384.

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

Color convert

RGB1847421-
CMYK00.600.890.28
HSL19.51º79.51%40.2%-
HSV(B)19.51º88.59%72.16%-
XYZ22.3515.142.45-
YUV100.8582.94187.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.95%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=65.95%
G=26.52%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184742100.600.890.2819.5179.5140.2
HexB84A1503C591C145028
Octal27011225074131342412050
Binary101110001001010101010111100101100111100101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A15; }

 p { color: rgb(184,74,21); }

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

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

 a { background-color: rgb(184,74,21); }

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

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

 span { border-color: rgb(184,74,21); }

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