Html Css Color HEX #BC1707 Free Speech Red

📋 copy color: '#BC1707'

red 188 ◦ green 23 ◦ blue 7

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

Shades of Free Speech Red #BC1707

Tints of Free Speech Red #BC1707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 7 (3.13% from 255) = 3.21%

R = 86.24%
G = 10.55%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC1707 (or 0xBC1707) is known color: Free Speech Red. HEX triplet: BC, 17 and 07. RGB value is (188,23,7). Sum of RGB (Red+Green+Blue) = 188+23+7=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1707 is #43E8F8. Grayscale: #464646. Windows color (decimal): -4450553 or 464828. OLE color: 464828.

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

Color convert

RGB 188 23 7 -
CMYK 0 0.88 0.96 0.26
HSL 5.3º 0.93% 0.38% -
HSV(B) 5.3º 0.96% 0.74% -
XYZ 21.08 11.32 1.27 -
YUV 70.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 188 23 7 0 0.88 0.96 0.26 5.3 0.93 0.38
Hex BC 17 7 0 58 60 1A 5 5D 26
Octal 274 27 7 0 130 140 32 5 135 46
Binary 10111100 10111 111 0 1011000 1100000 11010 101 1011101 100110

Color Harmonies of #BC1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1707

Black with #BC1707

Text Example


Text Example

White with #BC1707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1707; }

 p { color: rgb(188,23,7); }

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

background-color css

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

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

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

border-color css

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

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

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