#B03C01

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

Shades of Rust #B03C01

Tints of Rust #B03C01

Color information

#B03C01 (or 0xB03C01) is unknown color: approx Rust. HEX triplet: B0, 3C and 01. RGB value is (176,60,1). Sum of RGB (Red+Green+Blue) = 176+60+1=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C01 is #4FC3FE. Grayscale: #585858. Windows color (decimal): -5227519 or 81072. OLE color: 81072.

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

Color convert

RGB176601-
CMYK00.660.990.31
HSL20.23º98.87%34.71%-
HSV(B)20.23º99.43%69.02%-
XYZ19.5312.461.41-
YUV87.9678.93190.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.26%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=74.26%
G=25.32%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17660100.660.990.3120.2398.8734.71
HexB03C1042631F146323
Octal2607410102143372414343
Binary10110000111100101000010110001111111101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C01; }

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

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

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

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

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

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

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

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