Html Css Color HEX #BC110E Free Speech Red

📋 copy color: '#BC110E'

red 188 ◦ green 17 ◦ blue 14

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

Shades of Free Speech Red #BC110E

Tints of Free Speech Red #BC110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.39%

R = 85.84%
G = 7.76%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC110E (or 0xBC110E) is known color: Free Speech Red. HEX triplet: BC, 11 and 0E. RGB value is (188,17,14). Sum of RGB (Red+Green+Blue) = 188+17+14=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC110E is #43EEF1. Grayscale: #434343. Windows color (decimal): -4452082 or 922044. OLE color: 922044.

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

Color convert

RGB 188 17 14 -
CMYK 0 0.91 0.93 0.26
HSL 1.03º 0.86% 0.4% -
HSV(B) 1.03º 0.93% 0.74% -
XYZ 21.02 11.12 1.45 -
YUV 67.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 188 17 14 0 0.91 0.93 0.26 1.03 0.86 0.4
Hex BC 11 E 0 5B 5D 1A 1 56 28
Octal 274 21 16 0 133 135 32 1 126 50
Binary 10111100 10001 1110 0 1011011 1011101 11010 1 1010110 101000

Color Harmonies of #BC110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC110E

Black with #BC110E

Text Example


Text Example

White with #BC110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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