Html Css Color HEX #BC1500 Free Speech Red

📋 copy color: '#BC1500'

red 188 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #BC1500

Tints of Free Speech Red #BC1500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.95%
G = 10.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC1500 (or 0xBC1500) is known color: Free Speech Red. HEX triplet: BC, 15 and 00. RGB value is (188,21,0). Sum of RGB (Red+Green+Blue) = 188+21+0=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1500 is #43EAFF. Grayscale: #444444. Windows color (decimal): -4451072 or 5564. OLE color: 5564.

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

Color convert

RGB 188 21 0 -
CMYK 0 0.89 1 0.26
HSL 6.7º 1% 0.37% -
HSV(B) 6.7º 1% 0.74% -
XYZ 21.01 11.23 1.06 -
YUV 68.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 188 21 0 0 0.89 1 0.26 6.7 1 0.37
Hex BC 15 0 0 59 64 1A 7 64 25
Octal 274 25 0 0 131 144 32 7 144 45
Binary 10111100 10101 0 0 1011001 1100100 11010 111 1100100 100101

Color Harmonies of #BC1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1500

Black with #BC1500

Text Example


Text Example

White with #BC1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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