#B24016

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

Shades of Rust #B24016

Tints of Rust #B24016

Color information

#B24016 (or 0xB24016) is unknown color: approx Rust. HEX triplet: B2, 40 and 16. RGB value is (178,64,22). Sum of RGB (Red+Green+Blue) = 178+64+22=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24016 is #4DBFE9. Grayscale: #5D5D5D. Windows color (decimal): -5095402 or 1458354. OLE color: 1458354.

HSL color Cylindrical-coordinate representation of color #B24016: hue angle of 16.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B24016 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1786422-
CMYK00.640.880.30
HSL16.15º78%39.22%-
HSV(B)16.15º87.64%69.8%-
XYZ20.3413.192.23-
YUV93.387.77188.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.42%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=67.42%
G=24.24%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178642200.640.880.3016.157839.22
HexB24016040581E104e27
Octal262100260100130362011647
Binary1011001010000001011001000000101100011110100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24016; }

 p { color: rgb(178,64,22); }

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

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

 a { background-color: rgb(178,64,22); }

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

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

 span { border-color: rgb(178,64,22); }

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