Html Css Color HEX #BC1B01 Free Speech Red

📋 copy color: '#BC1B01'

red 188 ◦ green 27 ◦ blue 1

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

Shades of Free Speech Red #BC1B01

Tints of Free Speech Red #BC1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 87.04%
G = 12.5%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC1B01 (or 0xBC1B01) is known color: Free Speech Red. HEX triplet: BC, 1B and 01. RGB value is (188,27,1). Sum of RGB (Red+Green+Blue) = 188+27+1=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1B01 is #43E4FE. Grayscale: #484848. Windows color (decimal): -4449535 or 72636. OLE color: 72636.

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

Color convert

RGB 188 27 1 -
CMYK 0 0.86 0.99 0.26
HSL 8.34º 0.99% 0.37% -
HSV(B) 8.34º 0.99% 0.74% -
XYZ 21.14 11.48 1.13 -
YUV 72.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 188 27 1 0 0.86 0.99 0.26 8.34 0.99 0.37
Hex BC 1B 1 0 56 63 1A 8 63 25
Octal 274 33 1 0 126 143 32 10 143 45
Binary 10111100 11011 1 0 1010110 1100011 11010 1000 1100011 100101

Color Harmonies of #BC1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B01

Black with #BC1B01

Text Example


Text Example

White with #BC1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B01; }

 p { color: rgb(188,27,1); }

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

background-color css

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

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

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

border-color css

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

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

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