#B24100

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

Shades of Rust #B24100

Tints of Rust #B24100

Color information

#B24100 (or 0xB24100) is unknown color: approx Rust. HEX triplet: B2, 41 and 00. RGB value is (178,65,0). Sum of RGB (Red+Green+Blue) = 178+65+0=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B24100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24100 is #4DBEFF. Grayscale: #5B5B5B. Windows color (decimal): -5095168 or 16818. OLE color: 16818.

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

Color convert

RGB178650-
CMYK00.6310.30
HSL21.91º100%34.9%-
HSV(B)21.91º100%69.8%-
XYZ20.2513.251.49-
YUV91.3876.44189.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.25%
G=26.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17865000.6310.3021.9110034.9
HexB241003F641E166423
Octal2621010077144362614443
Binary10110010100000100111111110010011110101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24100; }

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

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

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

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

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

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

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

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