#BC0C04

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

Shades of Free Speech Red #BC0C04

Tints of Free Speech Red #BC0C04

Color information

#BC0C04 (or 0xBC0C04) is unknown color: approx Free Speech Red. HEX triplet: BC, 0C and 04. RGB value is (188,12,4). Sum of RGB (Red+Green+Blue) = 188+12+4=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C04 is #43F3FB. Grayscale: #3F3F3F. Windows color (decimal): -4453372 or 265404. OLE color: 265404.

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

Color convert

RGB188124-
CMYK00.940.980.26
HSL2.61º95.83%37.65%-
HSV(B)2.61º97.87%73.73%-
XYZ20.8910.961.13-
YUV63.7194.31216.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 92.16%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=92.16%
G=5.88%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812400.940.980.262.6195.8337.65
HexBCC405E621A36026
Octal274144013614232314046
Binary10111100110010001011110110001011010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C04; }

 p { color: rgb(188,12,4); }

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

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

 a { background-color: rgb(188,12,4); }

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

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

 span { border-color: rgb(188,12,4); }

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