#B63E1A

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

Shades of Rust #B63E1A

Tints of Rust #B63E1A

Color information

#B63E1A (or 0xB63E1A) is unknown color: approx Rust. HEX triplet: B6, 3E and 1A. RGB value is (182,62,26). Sum of RGB (Red+Green+Blue) = 182+62+26=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E1A is #49C1E5. Grayscale: #5E5E5E. Windows color (decimal): -4833766 or 1719990. OLE color: 1719990.

HSL color Cylindrical-coordinate representation of color #B63E1A: hue angle of 13.85º degrees, saturation: 0.75, 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 #B63E1A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1826226-
CMYK00.660.860.29
HSL13.85º75%40.78%-
HSV(B)13.85º85.71%71.37%-
XYZ21.213.462.46-
YUV93.7889.76190.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.41%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=67.41%
G=22.96%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182622600.660.860.2913.857540.78
HexB63E1A042561De4b29
Octal26676320102126351611351
Binary10110110111110110100100001010101101110111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E1A; }

 p { color: rgb(182,62,26); }

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

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

 a { background-color: rgb(182,62,26); }

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

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

 span { border-color: rgb(182,62,26); }

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