#BC0F05

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

Shades of Free Speech Red #BC0F05

Tints of Free Speech Red #BC0F05

Color information

#BC0F05 (or 0xBC0F05) is unknown color: approx Free Speech Red. HEX triplet: BC, 0F and 05. RGB value is (188,15,5). Sum of RGB (Red+Green+Blue) = 188+15+5=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0F05 is #43F0FA. Grayscale: #414141. Windows color (decimal): -4452603 or 331708. OLE color: 331708.

HSL color Cylindrical-coordinate representation of color #BC0F05: hue angle of 3.28º 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 #BC0F05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188155-
CMYK00.920.970.26
HSL3.28º94.82%37.84%-
HSV(B)3.28º97.34%73.73%-
XYZ20.9411.041.17-
YUV65.5993.81215.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 90.38%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=90.38%
G=7.21%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815500.920.970.263.2894.8237.84
HexBCF505C611A35f26
Octal274175013414132313746
Binary10111100111110101011100110000111010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0F05; }

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

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

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

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

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

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

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

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