Html Css Color HEX #BC1501 Free Speech Red

📋 copy color: '#BC1501'

red 188 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #BC1501

Tints of Free Speech Red #BC1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 89.52%
G = 10%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC1501 (or 0xBC1501) is known color: Free Speech Red. HEX triplet: BC, 15 and 01. RGB value is (188,21,1). Sum of RGB (Red+Green+Blue) = 188+21+1=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1501 is #43EAFE. Grayscale: #444444. Windows color (decimal): -4451071 or 71100. OLE color: 71100.

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

Color convert

RGB 188 21 1 -
CMYK 0 0.89 0.99 0.26
HSL 6.42º 0.99% 0.37% -
HSV(B) 6.42º 0.99% 0.74% -
XYZ 21.01 11.23 1.09 -
YUV 68.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 188 21 1 0 0.89 0.99 0.26 6.42 0.99 0.37
Hex BC 15 1 0 59 63 1A 6 63 25
Octal 274 25 1 0 131 143 32 6 143 45
Binary 10111100 10101 1 0 1011001 1100011 11010 110 1100011 100101

Color Harmonies of #BC1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1501

Black with #BC1501

Text Example


Text Example

White with #BC1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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