#B25813

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

Shades of Rust #B25813

Tints of Rust #B25813

Color information

#B25813 (or 0xB25813) is unknown color: approx Rust. HEX triplet: B2, 58 and 13. RGB value is (178,88,19). Sum of RGB (Red+Green+Blue) = 178+88+19=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B25813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25813 is #4DA7EC. Grayscale: #6B6B6B. Windows color (decimal): -5089261 or 1267890. OLE color: 1267890.

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

Color convert

RGB1788819-
CMYK00.510.890.30
HSL26.04º80.71%38.63%-
HSV(B)26.04º89.33%69.8%-
XYZ21.9716.492.64-
YUV107.0478.32178.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=62.46%
G=30.88%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178881900.510.890.3026.0480.7138.63
HexB25813033591E1a5127
Octal26213023063131363212147
Binary101100101011000100110110011101100111110110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25813; }

 p { color: rgb(178,88,19); }

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

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

 a { background-color: rgb(178,88,19); }

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

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

 span { border-color: rgb(178,88,19); }

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