#B24618

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

Shades of Rust #B24618

Tints of Rust #B24618

Color information

#B24618 (or 0xB24618) is unknown color: approx Rust. HEX triplet: B2, 46 and 18. RGB value is (178,70,24). Sum of RGB (Red+Green+Blue) = 178+70+24=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B24618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24618 is #4DB9E7. Grayscale: #616161. Windows color (decimal): -5093864 or 1590962. OLE color: 1590962.

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

Color convert

RGB1787024-
CMYK00.610.870.30
HSL17.92º76.24%39.61%-
HSV(B)17.92º86.52%69.8%-
XYZ20.7213.912.46-
YUV97.0586.78185.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=65.44%
G=25.74%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178702400.610.870.3017.9276.2439.61
HexB2461803D571E124c28
Octal26210630075127362211450
Binary101100101000110110000111101101011111110100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24618; }

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

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

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

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

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

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

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

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