Html Css Color HEX #BC1110 Free Speech Red

📋 copy color: '#BC1110'

red 188 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #BC1110

Tints of Free Speech Red #BC1110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 85.07%
G = 7.69%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1110 (or 0xBC1110) is known color: Free Speech Red. HEX triplet: BC, 11 and 10. RGB value is (188,17,16). Sum of RGB (Red+Green+Blue) = 188+17+16=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1110 is #43EEEF. Grayscale: #444444. Windows color (decimal): -4452080 or 1053116. OLE color: 1053116.

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

Color convert

RGB 188 17 16 -
CMYK 0 0.91 0.91 0.26
HSL 0.35º 0.84% 0.4% -
HSV(B) 0.35º 0.91% 0.74% -
XYZ 21.03 11.13 1.53 -
YUV 68.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 188 17 16 0 0.91 0.91 0.26 0.35 0.84 0.4
Hex BC 11 10 0 5B 5B 1A 0 54 28
Octal 274 21 20 0 133 133 32 0 124 50
Binary 10111100 10001 10000 0 1011011 1011011 11010 0 1010100 101000

Color Harmonies of #BC1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1110

Black with #BC1110

Text Example


Text Example

White with #BC1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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