Html Css Color HEX #BC0705 Free Speech Red

📋 copy color: '#BC0705'

red 188 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #BC0705

Tints of Free Speech Red #BC0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 94%
G = 3.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0705 (or 0xBC0705) is known color: Free Speech Red. HEX triplet: BC, 07 and 05. RGB value is (188,7,5). Sum of RGB (Red+Green+Blue) = 188+7+5=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0705 is #43F8FA. Grayscale: #3D3D3D. Windows color (decimal): -4454651 or 329660. OLE color: 329660.

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

Color convert

RGB 188 7 5 -
CMYK 0 0.96 0.97 0.26
HSL 0.66º 0.95% 0.38% -
HSV(B) 0.66º 0.97% 0.74% -
XYZ 20.84 10.85 1.14 -
YUV 60.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 188 7 5 0 0.96 0.97 0.26 0.66 0.95 0.38
Hex BC 7 5 0 60 61 1A 1 5F 26
Octal 274 7 5 0 140 141 32 1 137 46
Binary 10111100 111 101 0 1100000 1100001 11010 1 1011111 100110

Color Harmonies of #BC0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0705

Black with #BC0705

Text Example


Text Example

White with #BC0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0705; }

 p { color: rgb(188,7,5); }

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

background-color css

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

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

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

border-color css

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

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

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