#B24500

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

Shades of Rust #B24500

Tints of Rust #B24500

Color information

#B24500 (or 0xB24500) is unknown color: approx Rust. HEX triplet: B2, 45 and 00. RGB value is (178,69,0). Sum of RGB (Red+Green+Blue) = 178+69+0=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B24500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24500 is #4DBAFF. Grayscale: #5E5E5E. Windows color (decimal): -5094144 or 17842. OLE color: 17842.

HSL color Cylindrical-coordinate representation of color #B24500: hue angle of 23.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B24500 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178690-
CMYK00.6110.30
HSL23.26º100%34.9%-
HSV(B)23.26º100%69.8%-
XYZ20.4913.721.57-
YUV93.7275.11188.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.06%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.06%
G=27.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17869000.6110.3023.2610034.9
HexB245003D641E176423
Octal2621050075144362714443
Binary10110010100010100111101110010011110101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24500; }

 p { color: rgb(178,69,0); }

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

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

 a { background-color: rgb(178,69,0); }

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

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

 span { border-color: rgb(178,69,0); }

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