#BC150E

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

Shades of Free Speech Red #BC150E

Tints of Free Speech Red #BC150E

Color information

#BC150E (or 0xBC150E) is unknown color: approx Free Speech Red. HEX triplet: BC, 15 and 0E. RGB value is (188,21,14). Sum of RGB (Red+Green+Blue) = 188+21+14=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150E is #43EAF1. Grayscale: #464646. Windows color (decimal): -4451058 or 923068. OLE color: 923068.

HSL color Cylindrical-coordinate representation of color #BC150E: hue angle of 2.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC150E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1882114-
CMYK00.890.930.26
HSL2.41º86.14%39.61%-
HSV(B)2.41º92.55%73.73%-
XYZ21.0911.261.48-
YUV70.1496.33212.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 84.30%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=84.30%
G=9.42%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188211400.890.930.262.4186.1439.61
HexBC15E0595D1A25628
Octal2742516013113532212650
Binary1011110010101111001011001101110111010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC150E; }

 p { color: rgb(188,21,14); }

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

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

 a { background-color: rgb(188,21,14); }

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

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

 span { border-color: rgb(188,21,14); }

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