#B24600

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

Shades of Rust #B24600

Tints of Rust #B24600

Color information

#B24600 (or 0xB24600) is unknown color: approx Rust. HEX triplet: B2, 46 and 00. RGB value is (178,70,0). Sum of RGB (Red+Green+Blue) = 178+70+0=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B24600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24600 is #4DB9FF. Grayscale: #5E5E5E. Windows color (decimal): -5093888 or 18098. OLE color: 18098.

HSL color Cylindrical-coordinate representation of color #B24600: hue angle of 23.6º 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 #B24600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178700-
CMYK00.6110.30
HSL23.6º100%34.9%-
HSV(B)23.6º100%69.8%-
XYZ20.5513.851.59-
YUV94.3174.78187.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.77%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.77%
G=28.23%
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
Decimal17870000.6110.3023.610034.9
HexB246003D641E186423
Octal2621060075144363014443
Binary10110010100011000111101110010011110110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24600; }

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

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

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

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

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

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

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

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