#BC0800

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

Shades of Free Speech Red #BC0800

Tints of Free Speech Red #BC0800

Color information

#BC0800 (or 0xBC0800) is unknown color: approx Free Speech Red. HEX triplet: BC, 08 and 00. RGB value is (188,8,0). Sum of RGB (Red+Green+Blue) = 188+8+0=196 (25% of max value = 765). Red value is 188 (73.83% from 255 or 95.92% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0800 is #43F7FF. Grayscale: #3D3D3D. Windows color (decimal): -4454400 or 2236. OLE color: 2236.

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

Color convert

RGB18880-
CMYK00.9610.26
HSL2.55º100%36.86%-
HSV(B)2.55º100%73.73%-
XYZ20.8310.871-
YUV60.9193.63218.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 95.92%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.92%
G=4.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888000.9610.262.5510036.86
HexBC80060641A36425
Octal274100014014432314445
Binary101111001000001100000110010011010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0800; }

 p { color: rgb(188,8,0); }

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

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

 a { background-color: rgb(188,8,0); }

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

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

 span { border-color: rgb(188,8,0); }

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