Html Css Color HEX #BC0400 Free Speech Red

📋 copy color: '#BC0400'

red 188 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #BC0400

Tints of Free Speech Red #BC0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 97.92%
G = 2.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC0400 (or 0xBC0400) is known color: Free Speech Red. HEX triplet: BC, 04 and 00. RGB value is (188,4,0). Sum of RGB (Red+Green+Blue) = 188+4+0=192 (25% of max value = 765). Red value is 188 (73.83% from 255 or 97.92% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0400 is #43FBFF. Grayscale: #3A3A3A. Windows color (decimal): -4455424 or 1212. OLE color: 1212.

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

Color convert

RGB 188 4 0 -
CMYK 0 0.98 1 0.26
HSL 1.28º 1% 0.37% -
HSV(B) 1.28º 1% 0.74% -
XYZ 20.78 10.78 0.99 -
YUV 58.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 188 4 0 0 0.98 1 0.26 1.28 1 0.37
Hex BC 4 0 0 62 64 1A 1 64 25
Octal 274 4 0 0 142 144 32 1 144 45
Binary 10111100 100 0 0 1100010 1100100 11010 1 1100100 100101

Color Harmonies of #BC0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0400

Black with #BC0400

Text Example


Text Example

White with #BC0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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