#B63815

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

Shades of Rust #B63815

Tints of Rust #B63815

Color information

#B63815 (or 0xB63815) is unknown color: approx Rust. HEX triplet: B6, 38 and 15. RGB value is (182,56,21). Sum of RGB (Red+Green+Blue) = 182+56+21=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63815 is #49C7EA. Grayscale: #595959. Windows color (decimal): -4835307 or 1390774. OLE color: 1390774.

HSL color Cylindrical-coordinate representation of color #B63815: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B63815 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1825621-
CMYK00.690.880.29
HSL13.04º79.31%39.8%-
HSV(B)13.04º88.46%71.37%-
XYZ20.8412.832.09-
YUV89.6889.24193.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=70.27%
G=21.62%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182562100.690.880.2913.0479.3139.8
HexB63815045581Dd4f28
Octal26670250105130351511750
Binary10110110111000101010100010110110001110111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63815; }

 p { color: rgb(182,56,21); }

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

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

 a { background-color: rgb(182,56,21); }

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

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

 span { border-color: rgb(182,56,21); }

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