Html Css Color HEX #BC0606 Free Speech Red

📋 copy color: '#BC0606'

red 188 ◦ green 6 ◦ blue 6

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

Shades of Free Speech Red #BC0606

Tints of Free Speech Red #BC0606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3%

R = 94%
G = 3%
B = 3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0606 (or 0xBC0606) is known color: Free Speech Red. HEX triplet: BC, 06 and 06. RGB value is (188,6,6). Sum of RGB (Red+Green+Blue) = 188+6+6=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0606 is #43F9F9. Grayscale: #3C3C3C. Windows color (decimal): -4454906 or 394940. OLE color: 394940.

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

Color convert

RGB 188 6 6 -
CMYK 0 0.97 0.97 0.26
HSL 0.94% 0.38% -
HSV(B) 0.97% 0.74% -
XYZ 20.84 10.83 1.17 -
YUV 60.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 188 6 6 0 0.97 0.97 0.26 0 0.94 0.38
Hex BC 6 6 0 61 61 1A 0 5E 26
Octal 274 6 6 0 141 141 32 0 136 46
Binary 10111100 110 110 0 1100001 1100001 11010 0 1011110 100110

Color Harmonies of #BC0606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0606

Black with #BC0606

Text Example


Text Example

White with #BC0606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0606; }

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

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

background-color css

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

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

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

border-color css

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

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

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