Html Css Color HEX #BC1106 Free Speech Red

📋 copy color: '#BC1106'

red 188 ◦ green 17 ◦ blue 6

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

Shades of Free Speech Red #BC1106

Tints of Free Speech Red #BC1106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 89.1%
G = 8.06%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1106 (or 0xBC1106) is known color: Free Speech Red. HEX triplet: BC, 11 and 06. RGB value is (188,17,6). Sum of RGB (Red+Green+Blue) = 188+17+6=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1106 is #43EEF9. Grayscale: #434343. Windows color (decimal): -4452090 or 397756. OLE color: 397756.

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

Color convert

RGB 188 17 6 -
CMYK 0 0.91 0.97 0.26
HSL 3.63º 0.94% 0.38% -
HSV(B) 3.63º 0.97% 0.74% -
XYZ 20.97 11.11 1.21 -
YUV 66.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 188 17 6 0 0.91 0.97 0.26 3.63 0.94 0.38
Hex BC 11 6 0 5B 61 1A 4 5E 26
Octal 274 21 6 0 133 141 32 4 136 46
Binary 10111100 10001 110 0 1011011 1100001 11010 100 1011110 100110

Color Harmonies of #BC1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1106

Black with #BC1106

Text Example


Text Example

White with #BC1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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