Html Css Color HEX #BC0804 Free Speech Red

📋 copy color: '#BC0804'

red 188 ◦ green 8 ◦ blue 4

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

Shades of Free Speech Red #BC0804

Tints of Free Speech Red #BC0804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 94%
G = 4%
B = 2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC0804 (or 0xBC0804) is known color: Free Speech Red. HEX triplet: BC, 08 and 04. RGB value is (188,8,4). Sum of RGB (Red+Green+Blue) = 188+8+4=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0804 is #43F7FB. Grayscale: #3D3D3D. Windows color (decimal): -4454396 or 264380. OLE color: 264380.

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

Color convert

RGB 188 8 4 -
CMYK 0 0.96 0.98 0.26
HSL 1.3º 0.96% 0.38% -
HSV(B) 1.3º 0.98% 0.74% -
XYZ 20.85 10.87 1.11 -
YUV 61.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 188 8 4 0 0.96 0.98 0.26 1.3 0.96 0.38
Hex BC 8 4 0 60 62 1A 1 60 26
Octal 274 10 4 0 140 142 32 1 140 46
Binary 10111100 1000 100 0 1100000 1100010 11010 1 1100000 100110

Color Harmonies of #BC0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0804

Black with #BC0804

Text Example


Text Example

White with #BC0804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0804; }

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

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

background-color css

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

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

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

border-color css

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

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

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