#B63B1A

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

Shades of Rust #B63B1A

Tints of Rust #B63B1A

Color information

#B63B1A (or 0xB63B1A) is unknown color: approx Rust. HEX triplet: B6, 3B and 1A. RGB value is (182,59,26). Sum of RGB (Red+Green+Blue) = 182+59+26=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B1A is #49C4E5. Grayscale: #5C5C5C. Windows color (decimal): -4834534 or 1719222. OLE color: 1719222.

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

Color convert

RGB1825926-
CMYK00.680.860.29
HSL12.69º75%40.78%-
HSV(B)12.69º85.71%71.37%-
XYZ21.0413.152.41-
YUV92.0190.75192.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=68.16%
G=22.10%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182592600.680.860.2912.697540.78
HexB63B1A044561Dd4b29
Octal26673320104126351511351
Binary10110110111011110100100010010101101110111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B1A; }

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

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

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

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

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

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

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

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