#B24012

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

Shades of Rust #B24012

Tints of Rust #B24012

Color information

#B24012 (or 0xB24012) is unknown color: approx Rust. HEX triplet: B2, 40 and 12. RGB value is (178,64,18). Sum of RGB (Red+Green+Blue) = 178+64+18=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B24012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24012 is #4DBFED. Grayscale: #5D5D5D. Windows color (decimal): -5095406 or 1196210. OLE color: 1196210.

HSL color Cylindrical-coordinate representation of color #B24012: hue angle of 17.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B24012 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1786418-
CMYK00.640.900.30
HSL17.25º81.63%38.43%-
HSV(B)17.25º89.89%69.8%-
XYZ20.313.182.05-
YUV92.8485.77188.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=68.46%
G=24.62%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178641800.640.900.3017.2581.6338.43
HexB240120405A1E115226
Octal262100220100132362112246
Binary1011001010000001001001000000101101011110100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24012; }

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

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

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

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

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

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

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

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