#B63C0F

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

Shades of Rust #B63C0F

Tints of Rust #B63C0F

Color information

#B63C0F (or 0xB63C0F) is unknown color: approx Rust. HEX triplet: B6, 3C and 0F. RGB value is (182,60,15). Sum of RGB (Red+Green+Blue) = 182+60+15=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C0F is #49C3F0. Grayscale: #5B5B5B. Windows color (decimal): -4834289 or 998582. OLE color: 998582.

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

Color convert

RGB1826015-
CMYK00.670.920.29
HSL16.17º84.77%38.63%-
HSV(B)16.17º91.76%71.37%-
XYZ20.9913.211.9-
YUV91.3584.92192.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=70.82%
G=23.35%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182601500.670.920.2916.1784.7738.63
HexB63CF0435C1D105527
Octal26674170103134352012547
Binary10110110111100111101000011101110011101100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C0F; }

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

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

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

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

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

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

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

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