#BC3C41

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

Shades of Brick Red #BC3C41

Tints of Brick Red #BC3C41

Color information

#BC3C41 (or 0xBC3C41) is unknown color: approx Brick Red. HEX triplet: BC, 3C and 41. RGB value is (188,60,65). Sum of RGB (Red+Green+Blue) = 188+60+65=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C41 is #43C3BE. Grayscale: #626262. Windows color (decimal): -4441023 or 4275388. OLE color: 4275388.

HSL color Cylindrical-coordinate representation of color #BC3C41: hue angle of 357.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C41 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1886065-
CMYK00.680.650.26
HSL357.66º51.61%48.63%-
HSV(B)357.66º68.09%73.73%-
XYZ23.3114.36.53-
YUV98.84108.91191.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=60.06%
G=19.17%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188606500.680.650.26357.6651.6148.63
HexBC3C41044411A1663431
Octal274741010104101325466461
Binary10111100111100100000101000100100000111010101100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C41; }

 p { color: rgb(188,60,65); }

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

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

 a { background-color: rgb(188,60,65); }

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

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

 span { border-color: rgb(188,60,65); }

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