#B03C14

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

Shades of Rust #B03C14

Tints of Rust #B03C14

Color information

#B03C14 (or 0xB03C14) is unknown color: approx Rust. HEX triplet: B0, 3C and 14. RGB value is (176,60,20). Sum of RGB (Red+Green+Blue) = 176+60+20=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C14 is #4FC3EB. Grayscale: #5A5A5A. Windows color (decimal): -5227500 or 1326256. OLE color: 1326256.

HSL color Cylindrical-coordinate representation of color #B03C14: hue angle of 15.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03C14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1766020-
CMYK00.660.890.31
HSL15.38º79.59%38.43%-
HSV(B)15.38º88.64%69.02%-
XYZ19.6512.512.04-
YUV90.1288.43189.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=68.75%
G=23.44%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176602000.660.890.3115.3879.5938.43
HexB03C14042591Ff5026
Octal26074240102131371712046
Binary10110000111100101000100001010110011111111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C14; }

 p { color: rgb(176,60,20); }

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

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

 a { background-color: rgb(176,60,20); }

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

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

 span { border-color: rgb(176,60,20); }

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