#BC3003

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

Shades of Rust #BC3003

Tints of Rust #BC3003

Color information

#BC3003 (or 0xBC3003) is unknown color: approx Rust. HEX triplet: BC, 30 and 03. RGB value is (188,48,3). Sum of RGB (Red+Green+Blue) = 188+48+3=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3003 is #43CFFC. Grayscale: #555555. Windows color (decimal): -4444157 or 209084. OLE color: 209084.

HSL color Cylindrical-coordinate representation of color #BC3003: hue angle of 14.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3003 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB188483-
CMYK00.740.980.26
HSL14.59º96.86%37.45%-
HSV(B)14.59º98.4%73.73%-
XYZ21.8112.811.41-
YUV84.7381.88201.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.66%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=78.66%
G=20.08%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18848300.740.980.2614.5996.8637.45
HexBC30304A621Af6125
Octal2746030112142321714145
Binary10111100110000110100101011000101101011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3003; }

 p { color: rgb(188,48,3); }

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

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

 a { background-color: rgb(188,48,3); }

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

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

 span { border-color: rgb(188,48,3); }

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