#B25300

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

Shades of Rust #B25300

Tints of Rust #B25300

Color information

#B25300 (or 0xB25300) is unknown color: approx Rust. HEX triplet: B2, 53 and 00. RGB value is (178,83,0). Sum of RGB (Red+Green+Blue) = 178+83+0=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B25300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25300 is #4DACFF. Grayscale: #666666. Windows color (decimal): -5090560 or 21426. OLE color: 21426.

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

Color convert

RGB178830-
CMYK00.5310.30
HSL27.98º100%34.9%-
HSV(B)27.98º100%69.8%-
XYZ21.4515.651.89-
YUV101.9470.47182.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.20%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.20%
G=31.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17883000.5310.3027.9810034.9
HexB2530035641E1c6423
Octal2621230065144363414443
Binary10110010101001100110101110010011110111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25300; }

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

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

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

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

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

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

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

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