#B63C10

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

Shades of Rust #B63C10

Tints of Rust #B63C10

Color information

#B63C10 (or 0xB63C10) is unknown color: approx Rust. HEX triplet: B6, 3C and 10. RGB value is (182,60,16). Sum of RGB (Red+Green+Blue) = 182+60+16=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C10 is #49C3EF. Grayscale: #5B5B5B. Windows color (decimal): -4834288 or 1064118. OLE color: 1064118.

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

Color convert

RGB1826016-
CMYK00.670.910.29
HSL15.9º83.84%38.82%-
HSV(B)15.9º91.21%71.37%-
XYZ2113.211.93-
YUV91.4685.42192.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.54%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=70.54%
G=23.26%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182601600.670.910.2915.983.8438.82
HexB63C100435B1D105427
Octal26674200103133352012447
Binary101101101111001000001000011101101111101100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C10; }

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

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

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

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

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

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

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

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