#B63C21

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

Shades of Rust #B63C21

Tints of Rust #B63C21

Color information

#B63C21 (or 0xB63C21) is unknown color: approx Rust. HEX triplet: B6, 3C and 21. RGB value is (182,60,33). Sum of RGB (Red+Green+Blue) = 182+60+33=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C21 is #49C3DE. Grayscale: #5D5D5D. Windows color (decimal): -4834271 or 2178230. OLE color: 2178230.

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

Color convert

RGB1826033-
CMYK00.670.820.29
HSL10.87º69.3%42.16%-
HSV(B)10.87º81.87%71.37%-
XYZ21.1813.292.89-
YUV93.493.92191.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 33 (13.28% from 255) = 12%
R=66.18%
G=21.82%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182603300.670.820.2910.8769.342.16
HexB63C21043521Db452a
Octal26674410103122351310552
Binary101101101111001000010100001110100101110110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C21; }

 p { color: rgb(182,60,33); }

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

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

 a { background-color: rgb(182,60,33); }

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

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

 span { border-color: rgb(182,60,33); }

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