#b63819

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

Shades of Rust #B63819

Tints of Rust #B63819

Color information

#B63819 (or 0xB63819) is unknown color: approx Rust. HEX triplet: B6, 38 and 19. RGB value is (182,56,25). Sum of RGB (Red+Green+Blue) = 182+56+25=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63819 is #49C7E6. Grayscale: #5A5A5A. Windows color (decimal): -4835303 or 1652918. OLE color: 1652918.

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

Color convert

RGB1825625-
CMYK00.690.860.29
HSL11.85º75.85%40.59%-
HSV(B)11.85º86.26%71.37%-
XYZ20.8812.842.3-
YUV90.1491.24193.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=69.20%
G=21.29%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182562500.690.860.2911.8575.8540.59
HexB63819045561Dc4c29
Octal26670310105126351411451
Binary10110110111000110010100010110101101110111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63819; }

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

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

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

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

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

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

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

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