#BC1504

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

Shades of Free Speech Red #BC1504

Tints of Free Speech Red #BC1504

Color information

#BC1504 (or 0xBC1504) is unknown color: approx Free Speech Red. HEX triplet: BC, 15 and 04. RGB value is (188,21,4). Sum of RGB (Red+Green+Blue) = 188+21+4=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1504 is #43EAFB. Grayscale: #454545. Windows color (decimal): -4451068 or 267708. OLE color: 267708.

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

Color convert

RGB188214-
CMYK00.890.980.26
HSL5.54º95.83%37.65%-
HSV(B)5.54º97.87%73.73%-
XYZ21.0311.241.18-
YUV6991.33212.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 88.26%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=88.26%
G=9.86%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18821400.890.980.265.5495.8337.65
HexBC154059621A66026
Octal274254013114232614046
Binary1011110010101100010110011100010110101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1504; }

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

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

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

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

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

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

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

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