Html Css Color HEX #BC1705 Free Speech Red

📋 copy color: '#BC1705'

red 188 ◦ green 23 ◦ blue 5

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

Shades of Free Speech Red #BC1705

Tints of Free Speech Red #BC1705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 87.04%
G = 10.65%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1705 (or 0xBC1705) is known color: Free Speech Red. HEX triplet: BC, 17 and 05. RGB value is (188,23,5). Sum of RGB (Red+Green+Blue) = 188+23+5=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1705 is #43E8FA. Grayscale: #464646. Windows color (decimal): -4450555 or 333756. OLE color: 333756.

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

Color convert

RGB 188 23 5 -
CMYK 0 0.88 0.97 0.26
HSL 5.9º 0.95% 0.38% -
HSV(B) 5.9º 0.97% 0.74% -
XYZ 21.07 11.32 1.22 -
YUV 70.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 188 23 5 0 0.88 0.97 0.26 5.9 0.95 0.38
Hex BC 17 5 0 58 61 1A 6 5F 26
Octal 274 27 5 0 130 141 32 6 137 46
Binary 10111100 10111 101 0 1011000 1100001 11010 110 1011111 100110

Color Harmonies of #BC1705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1705

Black with #BC1705

Text Example


Text Example

White with #BC1705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1705; }

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

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

background-color css

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

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

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

border-color css

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

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

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