Html Css Color HEX #BC0600 Free Speech Red

📋 copy color: '#BC0600'

red 188 ◦ green 6 ◦ blue 0

#BC0600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BC0600

Tints of Free Speech Red #BC0600

RGB

 RED value IS 188 (73.83% from 255) = 96.91%

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.91%
G = 3.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC0600 (or 0xBC0600) is known color: Free Speech Red. HEX triplet: BC, 06 and 00. RGB value is (188,6,0). Sum of RGB (Red+Green+Blue) = 188+6+0=194 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.91% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0600 is #43F9FF. Grayscale: #3B3B3B. Windows color (decimal): -4454912 or 1724. OLE color: 1724.

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

Color convert

RGB 188 6 0 -
CMYK 0 0.97 1 0.26
HSL 1.91º 1% 0.37% -
HSV(B) 1.91º 1% 0.74% -
XYZ 20.8 10.82 0.99 -
YUV 59.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 188 6 0 0 0.97 1 0.26 1.91 1 0.37
Hex BC 6 0 0 61 64 1A 2 64 25
Octal 274 6 0 0 141 144 32 2 144 45
Binary 10111100 110 0 0 1100001 1100100 11010 10 1100100 100101

Color Harmonies of #BC0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0600

Black with #BC0600

Text Example


Text Example

White with #BC0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0600; }

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

 H1.HeaderClassName
 {
   color: #BC0600;
 }
 .AnyTagClassName
 {
   color: #BC0600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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