Html Css Color HEX #BC0404 Free Speech Red

📋 copy color: '#BC0404'

red 188 ◦ green 4 ◦ blue 4

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

Shades of Free Speech Red #BC0404

Tints of Free Speech Red #BC0404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 95.92%
G = 2.04%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC0404 (or 0xBC0404) is known color: Free Speech Red. HEX triplet: BC, 04 and 04. RGB value is (188,4,4). Sum of RGB (Red+Green+Blue) = 188+4+4=196 (25% of max value = 765). Red value is 188 (73.83% from 255 or 95.92% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0404 is #43FBFB. Grayscale: #3B3B3B. Windows color (decimal): -4455420 or 263356. OLE color: 263356.

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

Color convert

RGB 188 4 4 -
CMYK 0 0.98 0.98 0.26
HSL 0.96% 0.38% -
HSV(B) 0.98% 0.74% -
XYZ 20.8 10.79 1.1 -
YUV 59.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 188 4 4 0 0.98 0.98 0.26 0 0.96 0.38
Hex BC 4 4 0 62 62 1A 0 60 26
Octal 274 4 4 0 142 142 32 0 140 46
Binary 10111100 100 100 0 1100010 1100010 11010 0 1100000 100110

Color Harmonies of #BC0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0404

Black with #BC0404

Text Example


Text Example

White with #BC0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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