#B63314

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

Shades of Rust #B63314

Tints of Rust #B63314

Color information

#B63314 (or 0xB63314) is unknown color: approx Rust. HEX triplet: B6, 33 and 14. RGB value is (182,51,20). Sum of RGB (Red+Green+Blue) = 182+51+20=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B63314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63314 is #49CCEB. Grayscale: #565656. Windows color (decimal): -4836588 or 1323958. OLE color: 1323958.

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

Color convert

RGB1825120-
CMYK00.720.890.29
HSL11.48º80.2%39.61%-
HSV(B)11.48º89.01%71.37%-
XYZ20.612.361.96-
YUV86.6490.4196.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.94%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=71.94%
G=20.16%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182512000.720.890.2911.4880.239.61
HexB63314048591Db5028
Octal26663240110131351312050
Binary10110110110011101000100100010110011110110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63314; }

 p { color: rgb(182,51,20); }

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

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

 a { background-color: rgb(182,51,20); }

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

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

 span { border-color: rgb(182,51,20); }

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