#BC1A09

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

Shades of Free Speech Red #BC1A09

Tints of Free Speech Red #BC1A09

Color information

#BC1A09 (or 0xBC1A09) is unknown color: approx Free Speech Red. HEX triplet: BC, 1A and 09. RGB value is (188,26,9). Sum of RGB (Red+Green+Blue) = 188+26+9=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A09 is #43E5F6. Grayscale: #484848. Windows color (decimal): -4449783 or 596668. OLE color: 596668.

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

Color convert

RGB188269-
CMYK00.860.950.26
HSL5.7º90.86%38.63%-
HSV(B)5.7º95.21%73.73%-
XYZ21.1611.451.35-
YUV72.592.17210.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 84.30%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=84.30%
G=11.66%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18826900.860.950.265.790.8638.63
HexBC1A90565F1A65b27
Octal2743211012613732613347
Binary10111100110101001010101101011111110101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1A09; }

 p { color: rgb(188,26,9); }

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

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

 a { background-color: rgb(188,26,9); }

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

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

 span { border-color: rgb(188,26,9); }

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