#BC0E05

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

Shades of Free Speech Red #BC0E05

Tints of Free Speech Red #BC0E05

Color information

#BC0E05 (or 0xBC0E05) is unknown color: approx Free Speech Red. HEX triplet: BC, 0E and 05. RGB value is (188,14,5). Sum of RGB (Red+Green+Blue) = 188+14+5=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0E05 is #43F1FA. Grayscale: #414141. Windows color (decimal): -4452859 or 331452. OLE color: 331452.

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

Color convert

RGB188145-
CMYK00.930.970.26
HSL2.95º94.82%37.84%-
HSV(B)2.95º97.34%73.73%-
XYZ20.9211.021.17-
YUV6594.15215.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 90.82%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 5 (2.34% from 255) = 2.42%
R=90.82%
G=6.76%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814500.930.970.262.9594.8237.84
HexBCE505D611A35f26
Octal274165013514132313746
Binary10111100111010101011101110000111010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E05; }

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

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

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

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

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

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

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

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